SMESH.Controls.NumericalFunctor Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.NumericalFunctor:

Inheritance graph

Public Member Functions

 NumericalFunctor ()
virtual void SetMesh (const SMDS_Mesh *theMesh)
virtual double GetValue (long theElementId)
virtual double GetValue (const TSequenceOfXYZ &thePoints)
virtual SMDSAbs_ElementType GetType () const =0
virtual double GetBadRate (double Value, int nbNodes) const =0
long GetPrecision () const
void SetPrecision (const long thePrecision)
bool GetPoints (const int theId, TSequenceOfXYZ &theRes) const

Static Public Member Functions

static bool GetPoints (const SMDS_MeshElement *theElem, TSequenceOfXYZ &theRes)

Protected Attributes

const SMDS_MeshmyMesh
const SMDS_MeshElementmyCurrElement
long myPrecision

Constructor & Destructor Documentation

NumericalFunctor::NumericalFunctor  ) 
 


Member Function Documentation

void NumericalFunctor::SetMesh const SMDS_Mesh theMesh  )  [virtual]
 

Implements SMESH.Controls.Functor.

double NumericalFunctor::GetValue long  theElementId  )  [virtual]
 

Reimplemented in SMESH.Controls.Volume, SMESH.Controls.Length2D, SMESH.Controls.MultiConnection, and SMESH.Controls.MultiConnection2D.

virtual double SMESH.Controls.NumericalFunctor.GetValue const TSequenceOfXYZ thePoints  )  [virtual]
 

Reimplemented in SMESH.Controls.MinimumAngle, SMESH.Controls.AspectRatio, SMESH.Controls.AspectRatio3D, SMESH.Controls.Warping, SMESH.Controls.Taper, SMESH.Controls.Skew, SMESH.Controls.Area, SMESH.Controls.Length, SMESH.Controls.MultiConnection, and SMESH.Controls.MultiConnection2D.

virtual SMDSAbs_ElementType SMESH.Controls.NumericalFunctor.GetType  )  const [pure virtual]
 

Implements SMESH.Controls.Functor.

Implemented in SMESH.Controls.Volume, SMESH.Controls.MinimumAngle, SMESH.Controls.AspectRatio, SMESH.Controls.AspectRatio3D, SMESH.Controls.Warping, SMESH.Controls.Taper, SMESH.Controls.Skew, SMESH.Controls.Area, SMESH.Controls.Length, SMESH.Controls.Length2D, SMESH.Controls.MultiConnection, and SMESH.Controls.MultiConnection2D.

virtual double SMESH.Controls.NumericalFunctor.GetBadRate double  Value,
int  nbNodes
const [pure virtual]
 

Implemented in SMESH.Controls.Volume, SMESH.Controls.MinimumAngle, SMESH.Controls.AspectRatio, SMESH.Controls.AspectRatio3D, SMESH.Controls.Warping, SMESH.Controls.Taper, SMESH.Controls.Skew, SMESH.Controls.Area, SMESH.Controls.Length, SMESH.Controls.Length2D, SMESH.Controls.MultiConnection, and SMESH.Controls.MultiConnection2D.

long NumericalFunctor::GetPrecision  )  const
 

void NumericalFunctor::SetPrecision const long  thePrecision  ) 
 

bool NumericalFunctor::GetPoints const int  theId,
TSequenceOfXYZ theRes
const
 

bool NumericalFunctor::GetPoints const SMDS_MeshElement theElem,
TSequenceOfXYZ theRes
[static]
 


Field Documentation

const SMDS_Mesh* SMESH.Controls.NumericalFunctor.myMesh [protected]
 

const SMDS_MeshElement* SMESH.Controls.NumericalFunctor.myCurrElement [protected]
 

long SMESH.Controls.NumericalFunctor.myPrecision [protected]