#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 () |
virtual Predicate * | clone () const |
Protected Attributes | |
double | myMargin |
NumericalFunctorPtr | myFunctor |
Comparator::Comparator | ( | ) |
|
virtual |
|
virtualinherited |
double Comparator::GetMargin | ( | ) |
References myMargin.
|
virtual |
Implements SMESH::Controls::Predicate.
References myFunctor, and SMDSAbs_All.
|
pure virtual |
Implements SMESH::Controls::Predicate.
Implemented in SMESH::Controls::EqualTo, SMESH::Controls::MoreThan, and SMESH::Controls::LessThan.
|
virtual |
References myMargin.
|
virtual |
Implements SMESH::Controls::Functor.
References myFunctor.
|
virtual |
References myFunctor.
|
protected |
|
protected |