Define a helper class to handle Gauss Points coordinates. More...
#include <MED_GaussUtils.hxx>

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 |
Define a helper class to handle Gauss Points coordinates.
| MED.TGaussCoord::TGaussCoord | ( | ) |
| 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.
TInt MED.TGaussCoord.myNbElem [private] |
TInt MED.TGaussCoord.myNbGauss [private] |
TInt MED.TGaussCoord.myDim [private] |
TInt MED.TGaussCoord.myGaussStep [private] |
TNodeCoord MED.TGaussCoord.myGaussCoord [private] |