import "SMESH_Filter.idl";

Public Member Functions | |
| void | SetMargin (in double theValue) |
| void | SetNumFunctor (in NumericalFunctor theFunct) |
| double | GetMargin () |
| boolean | IsSatisfy (in long thEntityId) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Definition at line 340 of file SMESH_Filter.idl.
| ElementType SMESH.Functor.GetElementType | ( | ) | [inherited] |
| FunctorType SMESH.Functor.GetFunctorType | ( | ) | [inherited] |
| double SMESH.Comparator.GetMargin | ( | ) | [inherited] |
| boolean SMESH.Predicate.IsSatisfy | ( | in long | thEntityId | ) | [inherited] |
| void SMESH.Comparator.SetMargin | ( | in double | theValue | ) | [inherited] |
| void SMESH.Functor.SetMesh | ( | in SMESH_Mesh | theMesh | ) | [inherited] |
| void SMESH.Comparator.SetNumFunctor | ( | in NumericalFunctor | theFunct | ) | [inherited] |