src/DriverMED/DriverMED_Family.h File Reference

#include "SMDS_Mesh.hxx"
#include "SMESHDS_GroupBase.hxx"
#include "SMESHDS_SubMesh.hxx"
#include "MED_Common.hxx"
#include <boost/shared_ptr.hpp>
#include <set>

Include dependency graph for DriverMED_Family.h:

Go to the source code of this file.

Data Structures

class  DriverMED_Family

Defines

#define REST_NODES_FAMILY   1
#define REST_EDGES_FAMILY   -1
#define REST_FACES_FAMILY   -2
#define REST_VOLUMES_FAMILY   -3
#define FIRST_NODE_FAMILY   2
#define FIRST_ELEM_FAMILY   -4

Typedefs

typedef boost::shared_ptr<
DriverMED_Family
DriverMED_FamilyPtr
typedef std::list< DriverMED_FamilyPtrDriverMED_FamilyPtrList
typedef std::map< int, SMESHDS_SubMesh * > SMESHDS_SubMeshPtrMap
typedef std::list< SMESHDS_GroupBase * > SMESHDS_GroupBasePtrList
typedef std::set< const SMDS_MeshElement * > ElementsSet


Define Documentation

#define REST_NODES_FAMILY   1
 

#define REST_EDGES_FAMILY   -1
 

#define REST_FACES_FAMILY   -2
 

#define REST_VOLUMES_FAMILY   -3
 

#define FIRST_NODE_FAMILY   2
 

#define FIRST_ELEM_FAMILY   -4
 


Typedef Documentation

typedef boost::shared_ptr<DriverMED_Family> DriverMED_FamilyPtr
 

typedef std::list<DriverMED_FamilyPtr> DriverMED_FamilyPtrList
 

typedef std::map<int,SMESHDS_SubMesh*> SMESHDS_SubMeshPtrMap
 

typedef std::list<SMESHDS_GroupBase*> SMESHDS_GroupBasePtrList
 

typedef std::set<const SMDS_MeshElement*> ElementsSet