Version: 9.12.0
DriverMED_R_SMESHDS_Mesh.cxx File Reference
#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 <smIdType.hxx>
#include "utilities.h"
Include dependency graph for DriverMED_R_SMESHDS_Mesh.cxx:

Namespaces

 DriverMED
 

Macros

#define _EDF_NODE_IDS_
 

Typedefs

typedef std::map< int, DriverMED_FamilyPtrTID2FamilyMap
 

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_MeshNodeDriverMED::FindNode (const SMDS_Mesh *theMesh, TInt theId)
 

Macro Definition Documentation

◆ _EDF_NODE_IDS_

#define _EDF_NODE_IDS_

Typedef Documentation

◆ TID2FamilyMap

typedef std::map<int, DriverMED_FamilyPtr> TID2FamilyMap