|
SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>


Public Member Functions | |
| EqualTo () | |
| virtual bool | IsSatisfy (long theElementId) |
| virtual void | SetTolerance (double theTol) |
| virtual double | GetTolerance () |
| virtual void | SetMesh (const SMDS_Mesh *theMesh) |
| virtual void | SetMargin (double theValue) |
| virtual void | SetNumFunctor (NumericalFunctorPtr theFunct) |
| virtual SMDSAbs_ElementType | GetType () const |
| double | GetMargin () |
Protected Attributes | |
| double | myMargin |
| NumericalFunctorPtr | myFunctor |
Private Attributes | |
| double | myToler |
| SMESH::Controls::EqualTo::EqualTo | ( | ) |
| virtual bool SMESH::Controls::EqualTo::IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH::Controls::Comparator.
| virtual void SMESH::Controls::EqualTo::SetTolerance | ( | double | theTol | ) | [virtual] |
| virtual double SMESH::Controls::EqualTo::GetTolerance | ( | ) | [virtual] |
| virtual void SMESH::Controls::Comparator::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual, inherited] |
Implements SMESH::Controls::Functor.
| virtual void SMESH::Controls::Comparator::SetMargin | ( | double | theValue | ) | [virtual, inherited] |
| virtual void SMESH::Controls::Comparator::SetNumFunctor | ( | NumericalFunctorPtr | theFunct | ) | [virtual, inherited] |
| virtual SMDSAbs_ElementType SMESH::Controls::Comparator::GetType | ( | ) | const [virtual, inherited] |
Implements SMESH::Controls::Predicate.
| double SMESH::Controls::Comparator::GetMargin | ( | ) | [inherited] |
double SMESH::Controls::EqualTo::myToler [private] |
Definition at line 485 of file SMESH_ControlsDef.hxx.
double SMESH::Controls::Comparator::myMargin [protected, inherited] |
Definition at line 447 of file SMESH_ControlsDef.hxx.
NumericalFunctorPtr SMESH::Controls::Comparator::myFunctor [protected, inherited] |
Definition at line 448 of file SMESH_ControlsDef.hxx.