|
SALOME - SMESH
|
#include <SMESHDS_Group.hxx>


Public Member Functions | |
| SMESHDS_Group (const int theID, const SMESHDS_Mesh *theMesh, const SMDSAbs_ElementType theType) | |
| virtual void | SetType (SMDSAbs_ElementType theType) |
| virtual int | Extent () |
| virtual bool | IsEmpty () |
| virtual bool | Contains (const int theID) |
| virtual bool | Contains (const SMDS_MeshElement *elem) |
| virtual SMDS_ElemIteratorPtr | GetElements () |
| bool | Add (const int theID) |
| bool | Remove (const int theID) |
| void | Clear () |
| SMDS_MeshGroup & | SMDSGroup () |
| int | GetID () const |
| int | GetID (const int theIndex) |
| const SMESHDS_Mesh * | GetMesh () const |
| SMDSAbs_ElementType | GetType () const |
| void | SetStoreName (const char *theName) |
| const char * | GetStoreName () const |
| void | SetColor (const Quantity_Color &theColor) |
| Quantity_Color | GetColor () const |
| void | SetColorGroup (int theColorGroup) |
| int | GetColorGroup () const |
Protected Member Functions | |
| const SMDS_MeshElement * | findInMesh (const int theID) const |
| void | resetIterator () |
Private Attributes | |
| SMDS_MeshGroup | myGroup |
Definition at line 38 of file SMESHDS_Group.hxx.
| SMESHDS_Group::SMESHDS_Group | ( | const int | theID, |
| const SMESHDS_Mesh * | theMesh, | ||
| const SMDSAbs_ElementType | theType | ||
| ) |
|
virtual |
Reimplemented from SMESHDS_GroupBase.
|
virtual |
Reimplemented from SMESHDS_GroupBase.
|
virtual |
Reimplemented from SMESHDS_GroupBase.
|
virtual |
Reimplemented from SMESHDS_GroupBase.
|
virtual |
Reimplemented from SMESHDS_GroupBase.
|
virtual |
Implements SMESHDS_GroupBase.
| bool SMESHDS_Group::Add | ( | const int | theID | ) |
| bool SMESHDS_Group::Remove | ( | const int | theID | ) |
| void SMESHDS_Group::Clear | ( | ) |
| SMDS_MeshGroup& SMESHDS_Group::SMDSGroup | ( | ) |
Definition at line 64 of file SMESHDS_Group.hxx.
|
inherited |
Definition at line 48 of file SMESHDS_GroupBase.hxx.
|
inherited |
Definition at line 50 of file SMESHDS_GroupBase.hxx.
|
inherited |
Definition at line 54 of file SMESHDS_GroupBase.hxx.
|
inherited |
Definition at line 56 of file SMESHDS_GroupBase.hxx.
|
inherited |
Definition at line 58 of file SMESHDS_GroupBase.hxx.
|
inherited |
Definition at line 75 of file SMESHDS_GroupBase.hxx.
|
inherited |
Definition at line 78 of file SMESHDS_GroupBase.hxx.
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
private |
Definition at line 68 of file SMESHDS_Group.hxx.