Go to the documentation of this file.
26 #ifndef _SMESHDS_Document_HeaderFile
27 #define _SMESHDS_Document_HeaderFile
void RemoveHypothesis(int HypID)
void InitMeshesIterator()
SMESHDS_Hypothesis * NextHypothesis()
std::map< int, SMESHDS_Mesh * > myMeshes
int NewMesh(bool theIsEmbeddedMode)
SMESHDS_Mesh * GetMesh(int MeshID)
void InitHypothesisIterator()
std::map< int, SMESHDS_Hypothesis * >::iterator myHypothesisIt
void AddHypothesis(SMESHDS_Hypothesis *H)
void RemoveMesh(int MeshID)
std::map< int, SMESHDS_Mesh * >::iterator myMeshesIt
SMESHDS_Hypothesis * GetHypothesis(int HypID)
std::map< int, SMESHDS_Hypothesis * > myHypothesis
SMESHDS_Document(int UserID)
SMESHDS_Mesh * NextMesh()