Abstract logical functor (predicate) "RangeOfIds". More...
import "SMESH_Filter.idl";

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) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Abstract logical functor (predicate) "RangeOfIds".
Verify whether an Entity Id belongs to defined sequence of id's
Definition at line 321 of file SMESH_Filter.idl.
| ElementType SMESH.Functor.GetElementType | ( | ) | [inherited] |
| FunctorType SMESH.Functor.GetFunctorType | ( | ) | [inherited] |
| string SMESH.RangeOfIds.GetRangeStr | ( | ) |
| boolean SMESH.Predicate.IsSatisfy | ( | in long | thEntityId | ) | [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 | ) |