SMESH.Comparator Interface Reference

import "SMESH_Filter.idl";

Inheritance diagram for SMESH.Comparator:

Inheritance graph

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 ()

Detailed Description

Comparator. Predicate for compare value calculated by numerical functor with threshold value


Member Function Documentation

void SMESH.Comparator.SetMargin in double  theValue  ) 
 

void SMESH.Comparator.SetNumFunctor in NumericalFunctor  theFunct  ) 
 

double SMESH.Comparator.GetMargin  ) 
 

boolean SMESH.Predicate.IsSatisfy in long  thEntityId  )  [inherited]
 

void SMESH.Functor.SetMesh in SMESH_Mesh  theMesh  )  [inherited]
 

FunctorType SMESH.Functor.GetFunctorType  )  [inherited]
 

ElementType SMESH.Functor.GetElementType  )  [inherited]