SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 395 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

Definition at line 409 of file SMESH_ControlsDef.hxx.

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

Definition at line 411 of file SMESH_ControlsDef.hxx.

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

Definition at line 412 of file SMESH_ControlsDef.hxx.

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

Definition at line 413 of file SMESH_ControlsDef.hxx.

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

Definition at line 415 of file SMESH_ControlsDef.hxx.