Version: 9.12.0
SMESH::Length2D Interface Reference

import"SMESH_Filter.idl";

Inheritance diagram for SMESH::Length2D:

Data Structures

struct  Value
 

Public Types

typedef sequence< ValueValues
 

Public Member Functions

Values GetValues ()
 
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 Typedef Documentation

◆ Values

typedef sequence<Value> SMESH::Length2D::Values

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

◆ GetValues()

Values SMESH::Length2D::GetValues ( )

◆ 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.