SMESH.Controls.MoreThan Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.MoreThan:

Inheritance graph

Public Member Functions

virtual bool IsSatisfy (long theElementId)
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

Member Function Documentation

bool MoreThan::IsSatisfy long  theElementId  )  [virtual]
 

Implements SMESH.Controls.Comparator.

void Comparator::SetMesh const SMDS_Mesh theMesh  )  [virtual, inherited]
 

Implements SMESH.Controls.Functor.

void Comparator::SetMargin double  theValue  )  [virtual, inherited]
 

void Comparator::SetNumFunctor NumericalFunctorPtr  theFunct  )  [virtual, inherited]
 

SMDSAbs_ElementType Comparator::GetType  )  const [virtual, inherited]
 

Implements SMESH.Controls.Predicate.

double Comparator::GetMargin  )  [inherited]
 


Field Documentation

double SMESH.Controls.Comparator.myMargin [protected, inherited]
 

NumericalFunctorPtr SMESH.Controls.Comparator.myFunctor [protected, inherited]