SALOME - SMESH
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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


Member Function Documentation

virtual void SMESH::Controls::RangeOfIds::SetMesh ( const SMDS_Mesh theMesh) [virtual]
virtual bool SMESH::Controls::RangeOfIds::IsSatisfy ( long  theNodeId) [virtual]
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 &  )

Field Documentation

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.