#include <SMESH_ControlsDef.hxx>

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 Predicate * | clone () const | 
Protected Attributes | |
| double | myMargin | 
| NumericalFunctorPtr | myFunctor | 
Private Attributes | |
| double | myToler | 
| EqualTo::EqualTo | ( | ) | 
      
  | 
  virtualinherited | 
      
  | 
  inherited | 
References SMESH::Controls::Comparator::myMargin.
      
  | 
  virtual | 
References myToler.
      
  | 
  virtualinherited | 
Implements SMESH::Controls::Predicate.
References SMESH::Controls::Comparator::myFunctor, and SMDSAbs_All.
      
  | 
  virtual | 
Implements SMESH::Controls::Comparator.
References SMESH::Controls::Comparator::myFunctor, SMESH::Controls::Comparator::myMargin, and myToler.
      
  | 
  virtualinherited | 
References SMESH::Controls::Comparator::myMargin.
      
  | 
  virtualinherited | 
Implements SMESH::Controls::Functor.
References SMESH::Controls::Comparator::myFunctor.
      
  | 
  virtualinherited | 
References SMESH::Controls::Comparator::myFunctor.
      
  | 
  virtual | 
References myToler.
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  private | 
Referenced by GetTolerance(), IsSatisfy(), and SetTolerance().