SALOME - SMESH
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() [1/2]

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() [2/2]

SMESH_Group::SMESH_Group ( const SMESH_Group theOther)
private

Member Function Documentation

◆ SetName()

void SMESH_Group::SetName ( const char *  theName)

Definition at line 52 of file SMESH_Group.hxx.

◆ GetName()

const char* SMESH_Group::GetName ( ) const

Definition at line 54 of file SMESH_Group.hxx.

◆ GetGroupDS()

SMESHDS_GroupBase* SMESH_Group::GetGroupDS ( )

Definition at line 56 of file SMESH_Group.hxx.

◆ operator=()

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

Field Documentation

◆ myGroupDS

SMESHDS_GroupBase* SMESH_Group::myGroupDS
private

Definition at line 64 of file SMESH_Group.hxx.

◆ myName

std::string SMESH_Group::myName
private

Definition at line 65 of file SMESH_Group.hxx.