|
SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>


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_Mesh * | myMesh |
| const SMDS_MeshElement * | myCurrElement |
| long | myPrecision |
Definition at line 123 of file SMESH_ControlsDef.hxx.
| SMESH::Controls::NumericalFunctor::NumericalFunctor | ( | ) |
|
virtual |
Implements SMESH::Controls::Functor.
|
virtual |
|
virtual |
Reimplemented in SMESH::Controls::MultiConnection2D, SMESH::Controls::MultiConnection, SMESH::Controls::Length, SMESH::Controls::Area, SMESH::Controls::Skew, SMESH::Controls::Taper, SMESH::Controls::Warping, SMESH::Controls::AspectRatio3D, SMESH::Controls::AspectRatio, and SMESH::Controls::MinimumAngle.
Definition at line 128 of file SMESH_ControlsDef.hxx.
|
pure virtual |
Implements SMESH::Controls::Functor.
Implemented in SMESH::Controls::MultiConnection2D, SMESH::Controls::MultiConnection, SMESH::Controls::Length2D, SMESH::Controls::Length, SMESH::Controls::Area, SMESH::Controls::Skew, SMESH::Controls::Taper, SMESH::Controls::Warping, SMESH::Controls::AspectRatio3D, SMESH::Controls::AspectRatio, SMESH::Controls::MinimumAngle, and SMESH::Controls::Volume.
|
pure virtual |
Implemented in SMESH::Controls::MultiConnection2D, SMESH::Controls::MultiConnection, SMESH::Controls::Length2D, SMESH::Controls::Length, SMESH::Controls::Area, SMESH::Controls::Skew, SMESH::Controls::Taper, SMESH::Controls::Warping, SMESH::Controls::AspectRatio3D, SMESH::Controls::AspectRatio, SMESH::Controls::MinimumAngle, and SMESH::Controls::Volume.
| long SMESH::Controls::NumericalFunctor::GetPrecision | ( | ) | const |
| void SMESH::Controls::NumericalFunctor::SetPrecision | ( | const long | thePrecision | ) |
| bool SMESH::Controls::NumericalFunctor::GetPoints | ( | const int | theId, |
| TSequenceOfXYZ & | theRes | ||
| ) | const |
|
static |
|
protected |
Definition at line 139 of file SMESH_ControlsDef.hxx.
|
protected |
Definition at line 140 of file SMESH_ControlsDef.hxx.
|
protected |
Definition at line 141 of file SMESH_ControlsDef.hxx.