Version: 5.1.6

MED.TGaussCoord Class Reference

Define a helper class to handle Gauss Points coordinates. More...

#include <MED_GaussUtils.hxx>

Inheritance diagram for MED.TGaussCoord:
Inheritance graph

Public Member Functions

 TGaussCoord ()
void Init (TInt theNbElem, TInt theNbGauss, TInt theDim, EModeSwitch theMode=eFULL_INTERLACE)
 To init the class.
TInt GetNbElem () const
TInt GetNbGauss () const
TInt GetDim () const
unsigned char * GetValuePtr ()
TCCoordSliceArr GetCoordSliceArr (TInt theElemId) const
 Get slice of the coordinate that corresponds to defined cell (const version).
TCoordSliceArr GetCoordSliceArr (TInt theElemId)
 Get slice of the coordinate that corresponds to defined cell.

Private Attributes

TInt myNbElem
TInt myNbGauss
TInt myDim
TInt myGaussStep
TNodeCoord myGaussCoord

Detailed Description

Define a helper class to handle Gauss Points coordinates.


Constructor & Destructor Documentation

MED.TGaussCoord::TGaussCoord (  ) 

Member Function Documentation

void MED.TGaussCoord::Init ( TInt  theNbElem,
TInt  theNbGauss,
TInt  theDim,
EModeSwitch  theMode = eFULL_INTERLACE 
)

To init the class.

TInt MED.TGaussCoord::GetNbElem (  )  const
TInt MED.TGaussCoord::GetNbGauss (  )  const
TInt MED.TGaussCoord::GetDim (  )  const
unsigned char * MED.TGaussCoord::GetValuePtr (  ) 
TCCoordSliceArr MED.TGaussCoord::GetCoordSliceArr ( TInt  theElemId  )  const

Get slice of the coordinate that corresponds to defined cell (const version).

References MED.eFULL_INTERLACE.

TCoordSliceArr MED.TGaussCoord::GetCoordSliceArr ( TInt  theElemId  ) 

Get slice of the coordinate that corresponds to defined cell.

References MED.eFULL_INTERLACE.


Field Documentation