SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SMESH::Controls::Comparator Class Referenceabstract

#include <SMESH_ControlsDef.hxx>

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

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
 

Detailed Description

Definition at line 425 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

SMESH::Controls::Comparator::Comparator ( )
virtual SMESH::Controls::Comparator::~Comparator ( )
virtual

Member Function Documentation

virtual void SMESH::Controls::Comparator::SetMesh ( const SMDS_Mesh theMesh)
virtual
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
virtual SMDSAbs_ElementType SMESH::Controls::Comparator::GetType ( ) const
virtual
double SMESH::Controls::Comparator::GetMargin ( )

Field Documentation

double SMESH::Controls::Comparator::myMargin
protected

Definition at line 437 of file SMESH_ControlsDef.hxx.

NumericalFunctorPtr SMESH::Controls::Comparator::myFunctor
protected

Definition at line 438 of file SMESH_ControlsDef.hxx.