#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
| virtual bool | IsSatisfy (long theElementId) |
Public Member Functions inherited from SMESH::Controls::Comparator | |
| Comparator () | |
| double | GetMargin () |
| virtual SMDSAbs_ElementType | GetType () const |
| virtual bool | IsSatisfy (long theElementId)=0 |
| virtual void | SetMargin (double theValue) |
| virtual void | SetMesh (const SMDS_Mesh *theMesh) |
| virtual void | SetNumFunctor (NumericalFunctorPtr theFunct) |
| virtual | ~Comparator () |
| virtual SMDSAbs_ElementType | GetType () const =0 |
| virtual bool | IsSatisfy (long theElementId)=0 |
Public Member Functions inherited from SMESH::Controls::Functor | |
| virtual SMDSAbs_ElementType | GetType () const =0 |
| virtual void | SetMesh (const SMDS_Mesh *theMesh)=0 |
| virtual | ~Functor () |
Additional Inherited Members | |
Protected Attributes inherited from SMESH::Controls::Comparator | |
| NumericalFunctorPtr | myFunctor |
| double | myMargin |
|
virtual |
Implements SMESH::Controls::Comparator.
References SMESH::Controls::Comparator::myFunctor, and SMESH::Controls::Comparator::myMargin.