SMESH.Controls.Skew Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.Skew:

Inheritance 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

Member Function Documentation

double Skew::GetValue const TSequenceOfXYZ thePoints  )  [virtual]
 

Reimplemented from SMESH.Controls.NumericalFunctor.

double Skew::GetBadRate double  Value,
int  nbNodes
const [virtual]
 

Implements SMESH.Controls.NumericalFunctor.

SMDSAbs_ElementType Skew::GetType  )  const [virtual]
 

Implements SMESH.Controls.NumericalFunctor.

void NumericalFunctor::SetMesh const SMDS_Mesh theMesh  )  [virtual, inherited]
 

Implements SMESH.Controls.Functor.

double NumericalFunctor::GetValue long  theElementId  )  [virtual, inherited]
 

Reimplemented in SMESH.Controls.Volume, SMESH.Controls.Length2D, SMESH.Controls.MultiConnection, and SMESH.Controls.MultiConnection2D.

long NumericalFunctor::GetPrecision  )  const [inherited]
 

void NumericalFunctor::SetPrecision const long  thePrecision  )  [inherited]
 

bool NumericalFunctor::GetPoints const int  theId,
TSequenceOfXYZ theRes
const [inherited]
 

bool NumericalFunctor::GetPoints const SMDS_MeshElement theElem,
TSequenceOfXYZ theRes
[static, inherited]
 


Field Documentation

const SMDS_Mesh* SMESH.Controls.NumericalFunctor.myMesh [protected, inherited]
 

const SMDS_MeshElement* SMESH.Controls.NumericalFunctor.myCurrElement [protected, inherited]
 

long SMESH.Controls.NumericalFunctor.myPrecision [protected, inherited]