#include "SMESH_DriverMED.hxx"
#include "DriverMED.hxx"
#include "SMDS_Mesh.hxx"
#include "SMESHDS_GroupBase.hxx"
#include "SMESHDS_SubMesh.hxx"
#include "MED_Common.hxx"
#include <boost/shared_ptr.hpp>
#include <set>
#include <limits>
Go to the source code of this file.
Data Structures | |
class | DriverMED_Family |
Macros | |
#define | REST_NODES_FAMILY 1 |
#define | FIRST_NODE_FAMILY 2 |
#define | REST_EDGES_FAMILY -1 |
#define | REST_FACES_FAMILY -2 |
#define | REST_VOLUMES_FAMILY -3 |
#define | REST_0DELEM_FAMILY -4 |
#define | REST_BALL_FAMILY -5 |
#define | FIRST_ELEM_FAMILY -6 |
#define | NIG_EDGES_FAMILY INT_MAX-1 |
#define | NIG_FACES_FAMILY INT_MAX-2 |
#define | NIG_VOLS_FAMILY INT_MAX-3 |
#define | NIG_0DELEM_FAMILY INT_MAX-4 |
#define | NIG_BALL_FAMILY INT_MAX-5 |
#define | NIG_GROUP_PREFIX "NOT_IN_GRP" |
Typedefs | |
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 *, TIDCompare > | ElementsSet |
#define FIRST_ELEM_FAMILY -6 |
Referenced by DriverMED_Family::MakeFamilies().
#define FIRST_NODE_FAMILY 2 |
Referenced by DriverMED_Family::MakeFamilies().
#define NIG_0DELEM_FAMILY INT_MAX-4 |
Referenced by DriverMED_W_SMESHDS_Mesh::Perform().
#define NIG_BALL_FAMILY INT_MAX-5 |
Referenced by DriverMED_W_SMESHDS_Mesh::Perform().
#define NIG_EDGES_FAMILY INT_MAX-1 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define NIG_FACES_FAMILY INT_MAX-2 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define NIG_GROUP_PREFIX "NOT_IN_GRP" |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_R_SMESHDS_Mesh::Perform().
#define NIG_VOLS_FAMILY INT_MAX-3 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define REST_0DELEM_FAMILY -4 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define REST_BALL_FAMILY -5 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define REST_EDGES_FAMILY -1 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define REST_FACES_FAMILY -2 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define REST_NODES_FAMILY 1 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
#define REST_VOLUMES_FAMILY -3 |
Referenced by DriverMED_Family::MakeFamilies(), and DriverMED_W_SMESHDS_Mesh::Perform().
typedef std::list<DriverMED_FamilyPtr > DriverMED_FamilyPtrList |
typedef std::set<const SMDS_MeshElement*,TIDCompare > ElementsSet |
typedef std::list<SMESHDS_GroupBase* > SMESHDS_GroupBasePtrList |
typedef std::map<int,SMESHDS_SubMesh* > SMESHDS_SubMeshPtrMap |