|
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 |
| SMESH::Controls::Comparator::Comparator | ( | ) |
| virtual SMESH::Controls::Comparator::~Comparator | ( | ) | [virtual] |
| virtual void SMESH::Controls::Comparator::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH::Controls::Functor.
| virtual void SMESH::Controls::Comparator::SetMargin | ( | double | theValue | ) | [virtual] |
| virtual void SMESH::Controls::Comparator::SetNumFunctor | ( | NumericalFunctorPtr | theFunct | ) | [virtual] |
| virtual bool SMESH::Controls::Comparator::IsSatisfy | ( | long | theElementId | ) | [pure virtual] |
Implements SMESH::Controls::Predicate.
Implemented in SMESH::Controls::EqualTo, SMESH::Controls::MoreThan, and SMESH::Controls::LessThan.
| virtual SMDSAbs_ElementType SMESH::Controls::Comparator::GetType | ( | ) | const [virtual] |
Implements SMESH::Controls::Predicate.
| double SMESH::Controls::Comparator::GetMargin | ( | ) |
double SMESH::Controls::Comparator::myMargin [protected] |
Definition at line 447 of file SMESH_ControlsDef.hxx.
NumericalFunctorPtr SMESH::Controls::Comparator::myFunctor [protected] |
Definition at line 448 of file SMESH_ControlsDef.hxx.