SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
Comparator () | |
virtual | ~Comparator () |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual void | SetMargin (double theValue) |
virtual void | SetNumFunctor (NumericalFunctorPtr theFunct) |
virtual bool | IsSatisfy (long theElementId)=0 |
virtual SMDSAbs_ElementType | GetType () const |
double | GetMargin () |
Protected Attributes | |
double | myMargin |
NumericalFunctorPtr | myFunctor |
Definition at line 425 of file SMESH_ControlsDef.hxx.
SMESH::Controls::Comparator::Comparator | ( | ) |
|
virtual |
|
virtual |
Implements SMESH::Controls::Functor.
|
virtual |
|
virtual |
|
pure virtual |
Implements SMESH::Controls::Predicate.
Implemented in SMESH::Controls::EqualTo, SMESH::Controls::MoreThan, and SMESH::Controls::LessThan.
|
virtual |
Implements SMESH::Controls::Predicate.
double SMESH::Controls::Comparator::GetMargin | ( | ) |
|
protected |
Definition at line 437 of file SMESH_ControlsDef.hxx.
|
protected |
Definition at line 438 of file SMESH_ControlsDef.hxx.