Numerical functors are intended for calculating value by Id of mesh entity. More...
import "SMESH_Filter.idl";

Public Member Functions | |
| double | GetValue (in long theElementId) |
| Histogram | GetHistogram (in short nbIntervals, in boolean isLogarithmic) |
| Histogram | GetLocalHistogram (in short nbIntervals, in boolean isLogarithmic, in SMESH::SMESH_IDSource obj) |
| void | SetPrecision (in long thePrecision) |
| Set precision for calculation. More... | |
| long | GetPrecision () |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Numerical functors are intended for calculating value by Id of mesh entity.
|
inherited |
|
inherited |
| Histogram SMESH::NumericalFunctor::GetHistogram | ( | in short | nbIntervals, |
| in boolean | isLogarithmic | ||
| ) |
| Histogram SMESH::NumericalFunctor::GetLocalHistogram | ( | in short | nbIntervals, |
| in boolean | isLogarithmic, | ||
| in SMESH::SMESH_IDSource | obj | ||
| ) |
| long SMESH::NumericalFunctor::GetPrecision | ( | ) |
| double SMESH::NumericalFunctor::GetValue | ( | in long | theElementId | ) |
|
inherited |
| void SMESH::NumericalFunctor::SetPrecision | ( | in long | thePrecision | ) |
Set precision for calculation.
It is a position after point which is used to functor value after calculation.