SALOME - SMESH
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

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) [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

Definition at line 485 of file SMESH_ControlsDef.hxx.

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.