Version: 9.12.0
SMESH::Controls::BelongToMeshGroup Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::BelongToMeshGroup:

Public Member Functions

 BelongToMeshGroup ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theElementId)
 
virtual SMDSAbs_ElementType GetType () const
 
void SetGroup (SMESHDS_GroupBase *g)
 
void SetStoreName (const std::string &sn)
 
const SMESHDS_GroupBaseGetGroup () const
 
virtual Predicateclone () const
 

Private Attributes

SMESHDS_GroupBasemyGroup
 
std::string myStoreName
 

Constructor & Destructor Documentation

◆ BelongToMeshGroup()

BelongToMeshGroup::BelongToMeshGroup ( )

Member Function Documentation

◆ clone()

◆ GetGroup()

const SMESHDS_GroupBase* SMESH::Controls::BelongToMeshGroup::GetGroup ( ) const

◆ GetType()

SMDSAbs_ElementType BelongToMeshGroup::GetType ( ) const
virtual

◆ IsSatisfy()

bool BelongToMeshGroup::IsSatisfy ( long  theElementId)
virtual

◆ SetGroup()

void BelongToMeshGroup::SetGroup ( SMESHDS_GroupBase g)

References myGroup.

◆ SetMesh()

void BelongToMeshGroup::SetMesh ( const SMDS_Mesh theMesh)
virtual

◆ SetStoreName()

void BelongToMeshGroup::SetStoreName ( const std::string &  sn)

References myStoreName.

Field Documentation

◆ myGroup

SMESHDS_GroupBase* SMESH::Controls::BelongToMeshGroup::myGroup
private

Referenced by GetType(), IsSatisfy(), SetGroup(), and SetMesh().

◆ myStoreName

std::string SMESH::Controls::BelongToMeshGroup::myStoreName
private

Referenced by SetMesh(), and SetStoreName().