Version: 9.16.0
SMESH::Controls::EqualTo Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::EqualTo:

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 ()
 
virtual Predicateclone () const
 

Protected Attributes

double myMargin
 
NumericalFunctorPtr myFunctor
 

Private Attributes

double myToler
 

Constructor & Destructor Documentation

◆ EqualTo()

EqualTo::EqualTo ( )

Member Function Documentation

◆ clone()

◆ GetMargin()

double Comparator::GetMargin ( )
inherited

◆ GetTolerance()

double EqualTo::GetTolerance ( )
virtual

References myToler.

◆ GetType()

SMDSAbs_ElementType Comparator::GetType ( ) const
virtualinherited

◆ IsSatisfy()

bool EqualTo::IsSatisfy ( long  theElementId)
virtual

◆ SetMargin()

void Comparator::SetMargin ( double  theValue)
virtualinherited

◆ SetMesh()

void Comparator::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited

◆ SetNumFunctor()

void Comparator::SetNumFunctor ( NumericalFunctorPtr  theFunct)
virtualinherited

◆ SetTolerance()

void EqualTo::SetTolerance ( double  theTol)
virtual

References myToler.

Field Documentation

◆ myFunctor

◆ myMargin

◆ myToler

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