#include <SMESH_ControlsDef.hxx>
Definition at line 123 of file SMESH_ControlsDef.hxx.
◆ NumericalFunctor()
SMESH::Controls::NumericalFunctor::NumericalFunctor |
( |
| ) |
|
◆ SetMesh()
virtual void SMESH::Controls::NumericalFunctor::SetMesh |
( |
const SMDS_Mesh * |
theMesh | ) |
|
|
virtual |
◆ GetValue() [1/2]
virtual double SMESH::Controls::NumericalFunctor::GetValue |
( |
long |
theElementId | ) |
|
|
virtual |
◆ GetValue() [2/2]
virtual double SMESH::Controls::NumericalFunctor::GetValue |
( |
const TSequenceOfXYZ & |
thePoints | ) |
|
|
virtual |
◆ GetType()
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.
◆ GetBadRate()
virtual double SMESH::Controls::NumericalFunctor::GetBadRate |
( |
double |
Value, |
|
|
int |
nbNodes |
|
) |
| const |
|
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.
◆ GetPrecision()
long SMESH::Controls::NumericalFunctor::GetPrecision |
( |
| ) |
const |
◆ SetPrecision()
void SMESH::Controls::NumericalFunctor::SetPrecision |
( |
const long |
thePrecision | ) |
|
◆ GetPoints() [1/2]
bool SMESH::Controls::NumericalFunctor::GetPoints |
( |
const int |
theId, |
|
|
TSequenceOfXYZ & |
theRes |
|
) |
| const |
◆ GetPoints() [2/2]
◆ myMesh
const SMDS_Mesh* SMESH::Controls::NumericalFunctor::myMesh |
|
protected |
◆ myCurrElement
◆ myPrecision
long SMESH::Controls::NumericalFunctor::myPrecision |
|
protected |