27 #ifndef _INCLUDE_DRIVERMED_W_SMESHDS_MESH
28 #define _INCLUDE_DRIVERMED_W_SMESHDS_MESH
50 virtual void SetFile(
const std::string& theFileName);
52 void SetAutoDimension(
bool toFindOutDimension) { myAutoDimension = toFindOutDimension; }
54 static std::string GetVersionString(
const MED::EVersion theVersion,
int theNbDigits=2);
56 void AddGroupOfNodes();
57 void AddGroupOfEdges();
58 void AddGroupOfFaces();
59 void AddGroupOfVolumes();
60 void AddGroupOf0DElems();
61 void AddGroupOfBalls();
67 void AddAllSubMeshes();
71 static bool getNodesOfMissing0DOnVert(
SMESHDS_Mesh* mesh,
72 std::vector<const SMDS_MeshElement*>& nodes);