SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SMESH_Group Class Reference

#include <SMESH_Group.hxx>

Collaboration diagram for SMESH_Group:
Collaboration graph

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_GroupBaseGetGroupDS ()
 

Private Member Functions

 SMESH_Group (const SMESH_Group &theOther)
 
SMESH_Groupoperator= (const SMESH_Group &theOther)
 

Private Attributes

SMESHDS_GroupBasemyGroupDS
 
std::string myName
 

Detailed Description

Definition at line 41 of file SMESH_Group.hxx.

Constructor & Destructor Documentation

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 ( )
SMESH_Group::SMESH_Group ( const SMESH_Group theOther)
private

Member Function Documentation

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.

SMESH_Group& SMESH_Group::operator= ( const SMESH_Group theOther)
private

Field Documentation

SMESHDS_GroupBase* SMESH_Group::myGroupDS
private

Definition at line 64 of file SMESH_Group.hxx.

std::string SMESH_Group::myName
private

Definition at line 65 of file SMESH_Group.hxx.