#include <SMESHDS_Group.hxx>
Public Member Functions | |
| bool | Add (const int theID) |
| bool | Add (const SMDS_MeshElement *theElem) |
| void | Clear () |
| virtual bool | Contains (const int theID) |
| virtual bool | Contains (const SMDS_MeshElement *elem) |
| virtual int | Extent () const |
| virtual SMDS_ElemIteratorPtr | GetElements () const |
| virtual VTK_MTIME_TYPE | GetTic () const |
| Return a value allowing to find out if a group has changed or not. More... | |
| virtual bool | IsEmpty () |
| bool | Remove (const int theID) |
| virtual void | SetType (SMDSAbs_ElementType theType) |
| SMDS_MeshGroup & | SMDSGroup () |
| SMESHDS_Group (const int theID, const SMESHDS_Mesh *theMesh, const SMDSAbs_ElementType theType) | |
Public Member Functions inherited from SMESHDS_GroupBase | |
| virtual bool | Contains (const int theID) |
| virtual bool | Contains (const SMDS_MeshElement *elem) |
| virtual int | Extent () const |
| Quantity_Color | GetColor () const |
| int | GetColorGroup () const |
| virtual SMDS_ElemIteratorPtr | GetElements () const =0 |
| int | GetID () const |
| virtual int | GetID (const int theIndex) |
| const SMESHDS_Mesh * | GetMesh () const |
| const char * | GetStoreName () const |
| virtual VTK_MTIME_TYPE | GetTic () const =0 |
| SMDSAbs_ElementType | GetType () const |
| virtual bool | IsEmpty () |
| void | SetColor (const Quantity_Color &theColor) |
| void | SetColorGroup (int theColorGroup) |
| void | SetStoreName (const char *theName) |
| virtual void | SetType (SMDSAbs_ElementType theType) |
| SMESHDS_GroupBase (const int theID, const SMESHDS_Mesh *theMesh, const SMDSAbs_ElementType theType) | |
| virtual | ~SMESHDS_GroupBase () |
Additional Inherited Members | |
Static Public Member Functions inherited from SMESHDS_GroupBase | |
| static void | SetDefaultColor (const Quantity_Color &theColor) |
Protected Member Functions inherited from SMESHDS_GroupBase | |
| const SMDS_MeshElement * | findInMesh (const int theID) const |
| void | resetIterator () |
| SMESHDS_Group::SMESHDS_Group | ( | const int | theID, |
| const SMESHDS_Mesh * | theMesh, | ||
| const SMDSAbs_ElementType | theType | ||
| ) |
| bool SMESHDS_Group::Add | ( | const SMDS_MeshElement * | theElem | ) |
| void SMESHDS_Group::Clear | ( | ) |
References SMDS_MeshGroup::Clear(), and SMESHDS_GroupBase::resetIterator().
Reimplemented from SMESHDS_GroupBase.
References SMDS_MeshGroup::Contains(), and SMESHDS_GroupBase::findInMesh().
Referenced by Fem::FemMesh::addGroupElements(), and SMESH_MeshEditor::CreateHoleSkin().
|
virtual |
Reimplemented from SMESHDS_GroupBase.
References SMDS_MeshGroup::Contains().
|
virtual |
Reimplemented from SMESHDS_GroupBase.
References SMDS_MeshGroup::Extent().
|
virtual |
Implements SMESHDS_GroupBase.
Referenced by SMESH_MeshEditor::CreateHoleSkin().
|
virtual |
Return a value allowing to find out if a group has changed or not.
Implements SMESHDS_GroupBase.
References SMDS_MeshGroup::Tic().
|
virtual |
Reimplemented from SMESHDS_GroupBase.
References SMDS_MeshGroup::IsEmpty().
|
virtual |
Reimplemented from SMESHDS_GroupBase.
References SMDS_MeshGroup::GetType(), SMESHDS_GroupBase::GetType(), SMDS_MeshGroup::IsEmpty(), SMDS_MeshGroup::SetType(), and SMESHDS_GroupBase::SetType().
Referenced by Add(), and SMESH_Mesh::UNVToMesh().
| SMDS_MeshGroup & SMESHDS_Group::SMDSGroup | ( | ) |