SALOME - SMESH
SMESH::Controls::MoreThan Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::MoreThan:
Inheritance graph
Collaboration diagram for SMESH::Controls::MoreThan:
Collaboration 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
 

Detailed Description

Definition at line 467 of file SMESH_ControlsDef.hxx.

Member Function Documentation

◆ IsSatisfy()

virtual bool SMESH::Controls::MoreThan::IsSatisfy ( long  theElementId)
virtual

◆ SetMesh()

virtual void SMESH::Controls::Comparator::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited

◆ SetMargin()

virtual void SMESH::Controls::Comparator::SetMargin ( double  theValue)
virtualinherited

◆ SetNumFunctor()

virtual void SMESH::Controls::Comparator::SetNumFunctor ( NumericalFunctorPtr  theFunct)
virtualinherited

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::Comparator::GetType ( ) const
virtualinherited

◆ GetMargin()

double SMESH::Controls::Comparator::GetMargin ( )
inherited

Field Documentation

◆ myMargin

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

Definition at line 447 of file SMESH_ControlsDef.hxx.

◆ myFunctor

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

Definition at line 448 of file SMESH_ControlsDef.hxx.