#include "DriverMED_R_SMESHDS_Mesh.h"#include "DriverMED_Family.h"#include "SMESHDS_Group.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_Comment.hxx"#include "MED_CoordUtils.hxx"#include "MED_Factory.hxx"#include "MED_Utilities.hxx"#include <NCollection_Map.hxx>#include "utilities.h"
Namespaces | |
| namespace | DriverMED |
Macros | |
| #define | _EDF_NODE_IDS_ |
Typedefs | |
| typedef std::map< int, DriverMED_FamilyPtr > | TID2FamilyMap |
Functions | |
| bool | DriverMED::buildMeshGrille (const MED::PWrapper &theWrapper, const MED::PMeshInfo &theMeshInfo, SMESHDS_Mesh *theMesh, const TID2FamilyMap &myFamilies) |
| Reading the structured mesh and convert to non structured (by filling of smesh structure for non structured mesh) More... | |
| bool | DriverMED::checkFamilyID (DriverMED_FamilyPtr &aFamily, int anID, const TID2FamilyMap &myFamilies) |
| Ensure aFamily has a required ID. More... | |
| const SMDS_MeshNode * | DriverMED::FindNode (const SMDS_Mesh *theMesh, TInt theId) |
Variables | |
| static int | MYDEBUG = 0 |
| #define _EDF_NODE_IDS_ |
| typedef std::map<int, DriverMED_FamilyPtr> TID2FamilyMap |
|
static |
Referenced by MED::PrefixPrinter::PrefixPrinter().