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

Public Member Functions | |
| SMESH_Group (int theID, const SMESH_Mesh *theMesh, const SMDSAbs_ElementType theType, const char *theName, const TopoDS_Shape &theShape=TopoDS_Shape()) | |
| ~SMESH_Group () | |
| void | SetName (const char *theName) |
| const char * | GetName () const |
| SMESHDS_GroupBase * | GetGroupDS () |
Private Member Functions | |
| SMESH_Group (const SMESH_Group &theOther) | |
| SMESH_Group & | operator= (const SMESH_Group &theOther) |
Private Attributes | |
| SMESHDS_GroupBase * | myGroupDS |
| std::string | myName |
Definition at line 41 of file SMESH_Group.hxx.
| SMESH_Group::SMESH_Group | ( | int | theID, |
| const SMESH_Mesh * | theMesh, | ||
| const SMDSAbs_ElementType | theType, | ||
| const char * | theName, | ||
| const TopoDS_Shape & | theShape = TopoDS_Shape() |
||
| ) |
| SMESH_Group::~SMESH_Group | ( | ) |
|
private |
| void SMESH_Group::SetName | ( | const char * | theName | ) |
Definition at line 52 of file SMESH_Group.hxx.
| const char* SMESH_Group::GetName | ( | ) | const |
Definition at line 54 of file SMESH_Group.hxx.
| SMESHDS_GroupBase* SMESH_Group::GetGroupDS | ( | ) |
Definition at line 56 of file SMESH_Group.hxx.
|
private |
|
private |
Definition at line 64 of file SMESH_Group.hxx.
|
private |
Definition at line 65 of file SMESH_Group.hxx.