SALOME - SMESH
SMESH::Controls::LessThan Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::LessThan:
Inheritance graph
Collaboration diagram for SMESH::Controls::LessThan:
Collaboration graph

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

Member Function Documentation

virtual bool SMESH::Controls::LessThan::IsSatisfy ( long  theElementId) [virtual]
virtual void SMESH::Controls::Comparator::SetMesh ( const SMDS_Mesh theMesh) [virtual, inherited]
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]
double SMESH::Controls::Comparator::GetMargin ( ) [inherited]

Field Documentation

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.