Version: 8.3.0
SMESH::Taper Interface Reference

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::Taper:

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 ()
 

Member Function Documentation

ElementType SMESH::Functor::GetElementType ( )
inherited
FunctorType SMESH::Functor::GetFunctorType ( )
inherited
Histogram SMESH::NumericalFunctor::GetHistogram ( in short  nbIntervals,
in boolean  isLogarithmic 
)
inherited
Histogram SMESH::NumericalFunctor::GetLocalHistogram ( in short  nbIntervals,
in boolean  isLogarithmic,
in SMESH::SMESH_IDSource  obj 
)
inherited
long SMESH::NumericalFunctor::GetPrecision ( )
inherited
double SMESH::NumericalFunctor::GetValue ( in long  theElementId)
inherited
void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited
void SMESH::NumericalFunctor::SetPrecision ( in long  thePrecision)
inherited

Set precision for calculation.

It is a position after point which is used to functor value after calculation.