#include <SMDS_MeshGroup.hxx>
Definition at line 34 of file SMDS_MeshGroup.hxx.
typedef std::set<const SMDS_MeshElement *>::const_iterator SMDS_MeshGroup.TIterator [private] |
Definition at line 79 of file SMDS_MeshGroup.hxx.
typedef std::list<const SMDS_MeshGroup *>::const_iterator SMDS_MeshGroup.TGroupIterator [private] |
Definition at line 80 of file SMDS_MeshGroup.hxx.
SMDS_MeshGroup.SMDS_MeshGroup | ( | const SMDS_Mesh * | theMesh, | |
const SMDSAbs_ElementType | theType = SMDSAbs_All | |||
) |
SMDS_MeshGroup.SMDS_MeshGroup | ( | SMDS_MeshGroup * | theParent, | |
const SMDSAbs_ElementType | theType = SMDSAbs_All | |||
) | [private] |
const SMDS_MeshGroup* SMDS_MeshGroup.AddSubGroup | ( | const SMDSAbs_ElementType | theType = SMDSAbs_All |
) |
virtual bool SMDS_MeshGroup.RemoveSubGroup | ( | const SMDS_MeshGroup * | theGroup | ) | [virtual] |
virtual bool SMDS_MeshGroup.RemoveFromParent | ( | ) | [virtual] |
const SMDS_Mesh* SMDS_MeshGroup.GetMesh | ( | ) | const |
Definition at line 44 of file SMDS_MeshGroup.hxx.
void SMDS_MeshGroup.SetType | ( | const SMDSAbs_ElementType | theType | ) |
void SMDS_MeshGroup.Clear | ( | ) |
void SMDS_MeshGroup.Add | ( | const SMDS_MeshElement * | theElem | ) |
bool SMDS_MeshGroup.Remove | ( | const SMDS_MeshElement * | theElem | ) |
bool SMDS_MeshGroup.IsEmpty | ( | ) | const |
Definition at line 50 of file SMDS_MeshGroup.hxx.
int SMDS_MeshGroup.Extent | ( | ) | const |
Definition at line 51 of file SMDS_MeshGroup.hxx.
int SMDS_MeshGroup.SubGroupsNb | ( | ) | const |
Definition at line 53 of file SMDS_MeshGroup.hxx.
SMDSAbs_ElementType SMDS_MeshGroup.GetType | ( | ) | const |
Definition at line 55 of file SMDS_MeshGroup.hxx.
bool SMDS_MeshGroup.Contains | ( | const SMDS_MeshElement * | theElem | ) | const |
void SMDS_MeshGroup.InitIterator | ( | ) | const |
Definition at line 59 of file SMDS_MeshGroup.hxx.
bool SMDS_MeshGroup.More | ( | ) | const |
Definition at line 62 of file SMDS_MeshGroup.hxx.
const SMDS_MeshElement* SMDS_MeshGroup.Next | ( | ) | const |
Definition at line 64 of file SMDS_MeshGroup.hxx.
void SMDS_MeshGroup.InitSubGroupsIterator | ( | ) | const |
Definition at line 67 of file SMDS_MeshGroup.hxx.
bool SMDS_MeshGroup.MoreSubGroups | ( | ) | const |
Definition at line 70 of file SMDS_MeshGroup.hxx.
const SMDS_MeshGroup* SMDS_MeshGroup.NextSubGroup | ( | ) | const |
Definition at line 72 of file SMDS_MeshGroup.hxx.
const SMDS_Mesh* SMDS_MeshGroup.myMesh [private] |
Definition at line 82 of file SMDS_MeshGroup.hxx.
SMDSAbs_ElementType SMDS_MeshGroup.myType [private] |
Definition at line 83 of file SMDS_MeshGroup.hxx.
std::set<const SMDS_MeshElement *> SMDS_MeshGroup.myElements [private] |
Definition at line 84 of file SMDS_MeshGroup.hxx.
SMDS_MeshGroup* SMDS_MeshGroup.myParent [private] |
Definition at line 85 of file SMDS_MeshGroup.hxx.
std::list<const SMDS_MeshGroup*> SMDS_MeshGroup.myChildren [private] |
Definition at line 86 of file SMDS_MeshGroup.hxx.
TIterator SMDS_MeshGroup.myIterator [private] |
Definition at line 87 of file SMDS_MeshGroup.hxx.
TGroupIterator SMDS_MeshGroup.myGroupIterator [private] |
Definition at line 88 of file SMDS_MeshGroup.hxx.