SALOME - SMESH
SMESH::Controls::RangeOfIds Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::RangeOfIds:
Inheritance graph
Collaboration diagram for SMESH::Controls::RangeOfIds:
Collaboration graph

Public Member Functions

 RangeOfIds ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theNodeId)
 
virtual SMDSAbs_ElementType GetType () const
 
virtual void SetType (SMDSAbs_ElementType theType)
 
bool AddToRange (long theEntityId)
 
void GetRangeStr (TCollection_AsciiString &)
 
bool SetRangeStr (const TCollection_AsciiString &)
 

Protected Attributes

const SMDS_MeshmyMesh
 
TColStd_SequenceOfInteger myMin
 
TColStd_SequenceOfInteger myMax
 
TColStd_MapOfInteger myIds
 
SMDSAbs_ElementType myType
 

Detailed Description

Definition at line 405 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ RangeOfIds()

SMESH::Controls::RangeOfIds::RangeOfIds ( )

Member Function Documentation

◆ SetMesh()

virtual void SMESH::Controls::RangeOfIds::SetMesh ( const SMDS_Mesh theMesh)
virtual

◆ IsSatisfy()

virtual bool SMESH::Controls::RangeOfIds::IsSatisfy ( long  theNodeId)
virtual

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::RangeOfIds::GetType ( ) const
virtual

◆ SetType()

virtual void SMESH::Controls::RangeOfIds::SetType ( SMDSAbs_ElementType  theType)
virtual

◆ AddToRange()

bool SMESH::Controls::RangeOfIds::AddToRange ( long  theEntityId)

◆ GetRangeStr()

void SMESH::Controls::RangeOfIds::GetRangeStr ( TCollection_AsciiString &  )

◆ SetRangeStr()

bool SMESH::Controls::RangeOfIds::SetRangeStr ( const TCollection_AsciiString &  )

Field Documentation

◆ myMesh

const SMDS_Mesh* SMESH::Controls::RangeOfIds::myMesh
protected

Definition at line 419 of file SMESH_ControlsDef.hxx.

◆ myMin

TColStd_SequenceOfInteger SMESH::Controls::RangeOfIds::myMin
protected

Definition at line 421 of file SMESH_ControlsDef.hxx.

◆ myMax

TColStd_SequenceOfInteger SMESH::Controls::RangeOfIds::myMax
protected

Definition at line 422 of file SMESH_ControlsDef.hxx.

◆ myIds

TColStd_MapOfInteger SMESH::Controls::RangeOfIds::myIds
protected

Definition at line 423 of file SMESH_ControlsDef.hxx.

◆ myType

SMDSAbs_ElementType SMESH::Controls::RangeOfIds::myType
protected

Definition at line 425 of file SMESH_ControlsDef.hxx.