26 #ifndef _SMESHDS_Document_HeaderFile 27 #define _SMESHDS_Document_HeaderFile 40 int NewMesh(
bool theIsEmbeddedMode);
41 void RemoveMesh(
int MeshID);
44 void RemoveHypothesis(
int HypID);
48 void InitMeshesIterator();
51 void InitHypothesisIterator();
53 bool MoreHypothesis();
std::map< int, SMESHDS_Mesh * > myMeshes
std::map< int, SMESHDS_Hypothesis * >::iterator myHypothesisIt
std::map< int, SMESHDS_Hypothesis * > myHypothesis
std::map< int, SMESHDS_Mesh * >::iterator myMeshesIt