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. More... | |
| 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) More... | |
| TCoordSliceArr | GetCoordSliceArr (TInt theElemId) |
| Get slice of the coordinate that corresponds to defined cell. More... | |
Private Member Functions | |
| EModeSwitch | GetModeSwitch () const |
Private Attributes | |
| TInt | myNbElem |
| TInt | myNbGauss |
| TInt | myDim |
| TInt | myGaussStep |
| TNodeCoord | myGaussCoord |
| EModeSwitch | myModeSwitch |
| Keeps the. More... | |
Define a helper class to handle Gauss Points coordinates.
| MED::TGaussCoord::TGaussCoord | ( | ) |
| TCCoordSliceArr MED::TGaussCoord::GetCoordSliceArr | ( | TInt | theElemId | ) | const |
Get slice of the coordinate that corresponds to defined cell (const version)
References MED::eFULL_INTERLACE.
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
| TCoordSliceArr MED::TGaussCoord::GetCoordSliceArr | ( | TInt | theElemId | ) |
Get slice of the coordinate that corresponds to defined cell.
References MED::eFULL_INTERLACE.
| TInt MED::TGaussCoord::GetDim | ( | ) | const |
|
inherited |
| TInt MED::TGaussCoord::GetNbElem | ( | ) | const |
| TInt MED::TGaussCoord::GetNbGauss | ( | ) | const |
| unsigned char * MED::TGaussCoord::GetValuePtr | ( | ) |
| void MED::TGaussCoord::Init | ( | TInt | theNbElem, |
| TInt | theNbGauss, | ||
| TInt | theDim, | ||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) |
To init the class.
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
|
private |
|
private |
|
private |
|
inherited |
Keeps the.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetGaussInfo(), MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
|
private |
|
private |