SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
virtual bool | IsSatisfy (long theElementId) |
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 |
virtual bool SMESH::Controls::LessThan::IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH::Controls::Comparator.
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::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.