Version: 8.3.0
SMESH::RangeOfIds Interface Reference

Abstract logical functor (predicate) "RangeOfIds". More...

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::RangeOfIds:

Public Member Functions

void SetRange (in long_array theIds)
 
boolean SetRangeStr (in string theRange)
 
string GetRangeStr ()
 
void SetElementType (in ElementType theType)
 
boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Abstract logical functor (predicate) "RangeOfIds".

Verify whether an Entity Id belongs to defined sequence of id's

Member Function Documentation

ElementType SMESH::Functor::GetElementType ( )
inherited
FunctorType SMESH::Functor::GetFunctorType ( )
inherited
string SMESH::RangeOfIds::GetRangeStr ( )
boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited
long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited
void SMESH::RangeOfIds::SetElementType ( in ElementType  theType)
void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited
void SMESH::RangeOfIds::SetRange ( in long_array  theIds)
boolean SMESH::RangeOfIds::SetRangeStr ( in string  theRange)