#include <SMESHDS_Document.hxx>
Definition at line 36 of file SMESHDS_Document.hxx.
◆ SMESHDS_Document()
| SMESHDS_Document::SMESHDS_Document |
( |
int |
UserID | ) |
|
◆ ~SMESHDS_Document()
| SMESHDS_Document::~SMESHDS_Document |
( |
| ) |
|
◆ NewMesh()
| int SMESHDS_Document::NewMesh |
( |
bool |
theIsEmbeddedMode | ) |
|
◆ RemoveMesh()
| void SMESHDS_Document::RemoveMesh |
( |
int |
MeshID | ) |
|
◆ GetMesh()
◆ AddHypothesis()
◆ RemoveHypothesis()
| void SMESHDS_Document::RemoveHypothesis |
( |
int |
HypID | ) |
|
◆ GetHypothesis()
◆ NbMeshes()
| int SMESHDS_Document::NbMeshes |
( |
| ) |
|
◆ NbHypothesis()
| int SMESHDS_Document::NbHypothesis |
( |
| ) |
|
◆ InitMeshesIterator()
| void SMESHDS_Document::InitMeshesIterator |
( |
| ) |
|
◆ NextMesh()
◆ MoreMesh()
| bool SMESHDS_Document::MoreMesh |
( |
| ) |
|
◆ InitHypothesisIterator()
| void SMESHDS_Document::InitHypothesisIterator |
( |
| ) |
|
◆ NextHypothesis()
◆ MoreHypothesis()
| bool SMESHDS_Document::MoreHypothesis |
( |
| ) |
|
◆ myUserID
| int SMESHDS_Document::myUserID |
|
private |
◆ myMeshes
◆ myHypothesis
◆ myMeshesIt
| std::map<int,SMESHDS_Mesh*>::iterator SMESHDS_Document::myMeshesIt |
|
private |
◆ myHypothesisIt