SALOME - SMESH
SMESH::Controls::Skew Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::Skew:
Inheritance graph
Collaboration diagram for SMESH::Controls::Skew:
Collaboration graph

Public Member Functions

virtual double GetValue (const TSequenceOfXYZ &thePoints)
 
virtual double GetBadRate (double Value, int nbNodes) const
 
virtual SMDSAbs_ElementType GetType () const
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual double GetValue (long theElementId)
 
long GetPrecision () const
 
void SetPrecision (const long thePrecision)
 
bool GetPoints (const int theId, TSequenceOfXYZ &theRes) const
 

Static Public Member Functions

static bool GetPoints (const SMDS_MeshElement *theElem, TSequenceOfXYZ &theRes)
 

Protected Attributes

const SMDS_MeshmyMesh
 
const SMDS_MeshElementmyCurrElement
 
long myPrecision
 

Detailed Description

Definition at line 225 of file SMESH_ControlsDef.hxx.

Member Function Documentation

◆ GetValue() [1/2]

virtual double SMESH::Controls::Skew::GetValue ( const TSequenceOfXYZ thePoints)
virtual

Reimplemented from SMESH::Controls::NumericalFunctor.

◆ GetBadRate()

virtual double SMESH::Controls::Skew::GetBadRate ( double  Value,
int  nbNodes 
) const
virtual

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::Skew::GetType ( ) const
virtual

◆ SetMesh()

virtual void SMESH::Controls::NumericalFunctor::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited

◆ GetValue() [2/2]

virtual double SMESH::Controls::NumericalFunctor::GetValue ( long  theElementId)
virtualinherited

◆ GetPrecision()

long SMESH::Controls::NumericalFunctor::GetPrecision ( ) const
inherited

◆ SetPrecision()

void SMESH::Controls::NumericalFunctor::SetPrecision ( const long  thePrecision)
inherited

◆ GetPoints() [1/2]

bool SMESH::Controls::NumericalFunctor::GetPoints ( const int  theId,
TSequenceOfXYZ theRes 
) const
inherited

◆ GetPoints() [2/2]

static bool SMESH::Controls::NumericalFunctor::GetPoints ( const SMDS_MeshElement theElem,
TSequenceOfXYZ theRes 
)
staticinherited

Field Documentation

◆ myMesh

const SMDS_Mesh* SMESH::Controls::NumericalFunctor::myMesh
protectedinherited

Definition at line 139 of file SMESH_ControlsDef.hxx.

◆ myCurrElement

const SMDS_MeshElement* SMESH::Controls::NumericalFunctor::myCurrElement
protectedinherited

Definition at line 140 of file SMESH_ControlsDef.hxx.

◆ myPrecision

long SMESH::Controls::NumericalFunctor::myPrecision
protectedinherited

Definition at line 141 of file SMESH_ControlsDef.hxx.