#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
virtual double | GetValue (const TSequenceOfXYZ &thePoints) |
virtual double | GetBadRate (double Value, int nbNodes) const |
virtual SMDSAbs_ElementType | GetType () const |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual double | GetValue (long theElementId) |
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_Mesh * | myMesh |
const SMDS_MeshElement * | myCurrElement |
long | myPrecision |
Definition at line 249 of file SMESH_ControlsDef.hxx.
virtual double SMESH.Controls.Length.GetValue | ( | const TSequenceOfXYZ & | thePoints | ) | [virtual] |
Reimplemented from SMESH.Controls.NumericalFunctor.
virtual double SMESH.Controls.Length.GetBadRate | ( | double | Value, | |
int | nbNodes | |||
) | const [virtual] |
Implements SMESH.Controls.NumericalFunctor.
virtual SMDSAbs_ElementType SMESH.Controls.Length.GetType | ( | ) | const [virtual] |
Implements SMESH.Controls.NumericalFunctor.
virtual void SMESH.Controls.NumericalFunctor.SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual, inherited] |
Implements SMESH.Controls.Functor.
virtual double SMESH.Controls.NumericalFunctor.GetValue | ( | long | theElementId | ) | [virtual, inherited] |
Reimplemented in SMESH.Controls.Volume, SMESH.Controls.Length2D, SMESH.Controls.MultiConnection, and SMESH.Controls.MultiConnection2D.
long SMESH.Controls.NumericalFunctor.GetPrecision | ( | ) | const [inherited] |
void SMESH.Controls.NumericalFunctor.SetPrecision | ( | const long | thePrecision | ) | [inherited] |
bool SMESH.Controls.NumericalFunctor.GetPoints | ( | const int | theId, | |
TSequenceOfXYZ & | theRes | |||
) | const [inherited] |
static bool SMESH.Controls.NumericalFunctor.GetPoints | ( | const SMDS_MeshElement * | theElem, | |
TSequenceOfXYZ & | theRes | |||
) | [static, inherited] |
const SMDS_Mesh* SMESH.Controls.NumericalFunctor.myMesh [protected, inherited] |
Definition at line 139 of file SMESH_ControlsDef.hxx.
const SMDS_MeshElement* SMESH.Controls.NumericalFunctor.myCurrElement [protected, inherited] |
Definition at line 140 of file SMESH_ControlsDef.hxx.
long SMESH.Controls.NumericalFunctor.myPrecision [protected, inherited] |
Definition at line 141 of file SMESH_ControlsDef.hxx.