SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>
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_Mesh * | myMesh |
TColStd_SequenceOfInteger | myMin |
TColStd_SequenceOfInteger | myMax |
TColStd_MapOfInteger | myIds |
SMDSAbs_ElementType | myType |
SMESH::Controls::RangeOfIds::RangeOfIds | ( | ) |
virtual void SMESH::Controls::RangeOfIds::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH::Controls::Functor.
virtual bool SMESH::Controls::RangeOfIds::IsSatisfy | ( | long | theNodeId | ) | [virtual] |
Implements SMESH::Controls::Predicate.
virtual SMDSAbs_ElementType SMESH::Controls::RangeOfIds::GetType | ( | ) | const [virtual] |
Implements SMESH::Controls::Predicate.
virtual void SMESH::Controls::RangeOfIds::SetType | ( | SMDSAbs_ElementType | theType | ) | [virtual] |
bool SMESH::Controls::RangeOfIds::AddToRange | ( | long | theEntityId | ) |
void SMESH::Controls::RangeOfIds::GetRangeStr | ( | TCollection_AsciiString & | ) |
bool SMESH::Controls::RangeOfIds::SetRangeStr | ( | const TCollection_AsciiString & | ) |
const SMDS_Mesh* SMESH::Controls::RangeOfIds::myMesh [protected] |
Definition at line 419 of file SMESH_ControlsDef.hxx.
TColStd_SequenceOfInteger SMESH::Controls::RangeOfIds::myMin [protected] |
Definition at line 421 of file SMESH_ControlsDef.hxx.
TColStd_SequenceOfInteger SMESH::Controls::RangeOfIds::myMax [protected] |
Definition at line 422 of file SMESH_ControlsDef.hxx.
TColStd_MapOfInteger SMESH::Controls::RangeOfIds::myIds [protected] |
Definition at line 423 of file SMESH_ControlsDef.hxx.
Definition at line 425 of file SMESH_ControlsDef.hxx.