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

#include <SMESH_ControlsDef.hxx>

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

Public Member Functions

 EqualTo ()
 
virtual bool IsSatisfy (long theElementId)
 
virtual void SetTolerance (double theTol)
 
virtual double GetTolerance ()
 
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
 

Private Attributes

double myToler
 

Detailed Description

Definition at line 467 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

SMESH::Controls::EqualTo::EqualTo ( )

Member Function Documentation

virtual bool SMESH::Controls::EqualTo::IsSatisfy ( long  theElementId)
virtual
virtual void SMESH::Controls::EqualTo::SetTolerance ( double  theTol)
virtual
virtual double SMESH::Controls::EqualTo::GetTolerance ( )
virtual
virtual void SMESH::Controls::Comparator::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited
virtual void SMESH::Controls::Comparator::SetMargin ( double  theValue)
virtualinherited
virtual void SMESH::Controls::Comparator::SetNumFunctor ( NumericalFunctorPtr  theFunct)
virtualinherited
virtual SMDSAbs_ElementType SMESH::Controls::Comparator::GetType ( ) const
virtualinherited
double SMESH::Controls::Comparator::GetMargin ( )
inherited

Field Documentation

double SMESH::Controls::EqualTo::myToler
private

Definition at line 475 of file SMESH_ControlsDef.hxx.

double SMESH::Controls::Comparator::myMargin
protectedinherited

Definition at line 437 of file SMESH_ControlsDef.hxx.

NumericalFunctorPtr SMESH::Controls::Comparator::myFunctor
protectedinherited

Definition at line 438 of file SMESH_ControlsDef.hxx.