SMESH::Controls::Comparator Class Referenceabstract
#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
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 () |
Public Member Functions inherited from SMESH::Controls::Functor | |
~Functor () | |
Protected Attributes | |
NumericalFunctorPtr | myFunctor |
double | myMargin |
Constructor & Destructor Documentation
◆ Comparator()
Comparator::Comparator | ( | ) |
◆ ~Comparator()
|
virtual |
Member Function Documentation
◆ GetMargin()
double Comparator::GetMargin | ( | ) |
References myMargin.
◆ GetType()
|
virtual |
Implements SMESH::Controls::Predicate.
References myFunctor.
◆ IsSatisfy()
|
pure virtual |
Implements SMESH::Controls::Predicate.
Implemented in SMESH::Controls::EqualTo, SMESH::Controls::MoreThan, and SMESH::Controls::LessThan.
◆ SetMargin()
|
virtual |
References myMargin.
◆ SetMesh()
|
virtual |
Implements SMESH::Controls::Functor.
References myFunctor.
◆ SetNumFunctor()
|
virtual |
References myFunctor.
Member Data Documentation
◆ myFunctor
|
protected |
◆ myMargin
|
protected |
The documentation for this class was generated from the following files:
- src/3rdParty/salomesmesh/inc/SMESH_ControlsDef.hxx
- src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp