SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SMESH::Controls::Warping Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::Warping:
Inheritance graph
Collaboration diagram for SMESH::Controls::Warping:
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
 

Private Member Functions

double ComputeA (const gp_XYZ &, const gp_XYZ &, const gp_XYZ &, const gp_XYZ &) const
 

Detailed Description

Definition at line 188 of file SMESH_ControlsDef.hxx.

Member Function Documentation

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

Reimplemented from SMESH::Controls::NumericalFunctor.

virtual double SMESH::Controls::Warping::GetBadRate ( double  Value,
int  nbNodes 
) const
virtual
virtual SMDSAbs_ElementType SMESH::Controls::Warping::GetType ( ) const
virtual
double SMESH::Controls::Warping::ComputeA ( const gp_XYZ ,
const gp_XYZ ,
const gp_XYZ ,
const gp_XYZ  
) const
private
virtual void SMESH::Controls::NumericalFunctor::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited
virtual double SMESH::Controls::NumericalFunctor::GetValue ( long  theElementId)
virtualinherited
long SMESH::Controls::NumericalFunctor::GetPrecision ( ) const
inherited
void SMESH::Controls::NumericalFunctor::SetPrecision ( const long  thePrecision)
inherited
bool SMESH::Controls::NumericalFunctor::GetPoints ( const int  theId,
TSequenceOfXYZ theRes 
) const
inherited
static bool SMESH::Controls::NumericalFunctor::GetPoints ( const SMDS_MeshElement theElem,
TSequenceOfXYZ theRes 
)
staticinherited

Field Documentation

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

Definition at line 129 of file SMESH_ControlsDef.hxx.

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

Definition at line 130 of file SMESH_ControlsDef.hxx.

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

Definition at line 131 of file SMESH_ControlsDef.hxx.