SMESH.Controls.MultiConnection2D Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.MultiConnection2D:

Inheritance graph

Public Types

typedef std::map< Value, intMValues

Public Member Functions

virtual double GetValue (long theElementId)
virtual double GetValue (const TSequenceOfXYZ &thePoints)
virtual double GetBadRate (double Value, int nbNodes) const
virtual SMDSAbs_ElementType GetType () const
void GetValues (MValues &theValues)
virtual void SetMesh (const SMDS_Mesh *theMesh)
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

Data Structures

struct  Value

Member Typedef Documentation

typedef std::map<Value,int> SMESH.Controls.MultiConnection2D.MValues
 


Member Function Documentation

double MultiConnection2D::GetValue long  theElementId  )  [virtual]
 

Reimplemented from SMESH.Controls.NumericalFunctor.

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

Reimplemented from SMESH.Controls.NumericalFunctor.

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

Implements SMESH.Controls.NumericalFunctor.

SMDSAbs_ElementType MultiConnection2D::GetType  )  const [virtual]
 

Implements SMESH.Controls.NumericalFunctor.

void MultiConnection2D::GetValues MValues theValues  ) 
 

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

Implements SMESH.Controls.Functor.

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]