SALOME - SMESH
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 435 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ Comparator()

SMESH::Controls::Comparator::Comparator ( )

◆ ~Comparator()

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

Member Function Documentation

◆ SetMesh()

virtual void SMESH::Controls::Comparator::SetMesh ( const SMDS_Mesh theMesh)
virtual

◆ SetMargin()

virtual void SMESH::Controls::Comparator::SetMargin ( double  theValue)
virtual

◆ SetNumFunctor()

virtual void SMESH::Controls::Comparator::SetNumFunctor ( NumericalFunctorPtr  theFunct)
virtual

◆ IsSatisfy()

virtual bool SMESH::Controls::Comparator::IsSatisfy ( long  theElementId)
pure virtual

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::Comparator::GetType ( ) const
virtual

◆ GetMargin()

double SMESH::Controls::Comparator::GetMargin ( )

Field Documentation

◆ myMargin

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

Definition at line 447 of file SMESH_ControlsDef.hxx.

◆ myFunctor

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

Definition at line 448 of file SMESH_ControlsDef.hxx.