Version: 9.12.0
SMESH::Skew Interface Reference

import"SMESH_Filter.idl";

Inheritance diagram for SMESH::Skew:

Public Member Functions

double GetValue (in smIdType theElementId)
 
boolean IsApplicable (in smIdType 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

◆ GetElementType()

ElementType SMESH::Functor::GetElementType ( )
inherited

◆ GetFunctorType()

FunctorType SMESH::Functor::GetFunctorType ( )
inherited

◆ GetHistogram()

Histogram SMESH::NumericalFunctor::GetHistogram ( in short  nbIntervals,
in boolean  isLogarithmic 
)
inherited

◆ GetLocalHistogram()

Histogram SMESH::NumericalFunctor::GetLocalHistogram ( in short  nbIntervals,
in boolean  isLogarithmic,
in SMESH::SMESH_IDSource  obj 
)
inherited

◆ GetPrecision()

long SMESH::NumericalFunctor::GetPrecision ( )
inherited

◆ GetValue()

double SMESH::NumericalFunctor::GetValue ( in smIdType  theElementId)
inherited

◆ IsApplicable()

boolean SMESH::NumericalFunctor::IsApplicable ( in smIdType  theElementId)
inherited

◆ SetMesh()

void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited

◆ SetPrecision()

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.