28 #ifndef _SMESH_Group_HeaderFile
29 #define _SMESH_Group_HeaderFile
36 #include <TopoDS_Shape.hxx>
49 const TopoDS_Shape& theShape = TopoDS_Shape());
52 void SetName (
const char* theName) { myName = theName; }
54 const char*
GetName ()
const {
return myName.c_str(); }
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
void SetName(const char *theName)
SMESHDS_GroupBase * myGroupDS
SMESHDS_GroupBase * GetGroupDS()
SMESH_Group(const SMESH_Group &theOther)
SMESH_Group(int theID, const SMESH_Mesh *theMesh, const SMDSAbs_ElementType theType, const char *theName, const TopoDS_Shape &theShape=TopoDS_Shape())
const char * GetName() const