The class represents MED Gauss entity. More...
#include <MED_Structures.hxx>
Classes | |
| struct | TLess |
Public Types | |
| typedef boost::tuple< TKey, TInt > | TInfo |
| typedef boost::tuple< EGeometrieElement, std::string > | TKey |
Public Member Functions | |
| TInt | GetDim () const |
| Gives dimension of the referenced nodes. More... | |
| TCoordSlice | GetGaussCoordSlice (TInt theId) |
| Gives coordinates for the Gauss points by its number. More... | |
| TCCoordSlice | GetGaussCoordSlice (TInt theId) const |
| Gives coordinates for the Gauss points by its number. More... | |
| EGeometrieElement | GetGeom () const |
| Let known what MED geometrical type the MED GAUSS entity belong to. More... | |
| TInt | GetNbGauss () const |
| Gives number of the Gauss Points. More... | |
| TInt | GetNbRef () const |
| Gives number of the referenced nodes. More... | |
| TCoordSlice | GetRefCoordSlice (TInt theId) |
| Gives coordinates for the referenced node by its number. More... | |
| TCCoordSlice | GetRefCoordSlice (TInt theId) const |
| Gives coordinates for the referenced node by its number. More... | |
Public Member Functions inherited from MED::TNameInfo | |
| virtual std::string | GetName () const =0 |
| Gets its name. More... | |
| virtual void | SetName (const std::string &theValue)=0 |
| Set a new name. More... | |
| virtual void | SetName (const TString &theValue)=0 |
| Set a new name. More... | |
Public Member Functions inherited from MED::TBase | |
| virtual | ~TBase () |
Public Member Functions inherited from MED::TModeSwitchInfo | |
| EModeSwitch | GetModeSwitch () const |
| TModeSwitchInfo () | |
| To construct instance of the class by default. More... | |
| TModeSwitchInfo (EModeSwitch theModeSwitch) | |
| To construct instance of the class. More... | |
Public Attributes | |
| TNodeCoord | myGaussCoord |
| Contains coordinates for the Gauss points. More... | |
| EGeometrieElement | myGeom |
| Defines, which geometrical type the MED Gauss entity belongs to. More... | |
| TNodeCoord | myRefCoord |
| Contains coordinates for the refereced nodes. More... | |
| TWeight | myWeight |
| Contains wheights for the Gauss points. More... | |
Public Attributes inherited from MED::TNameInfo | |
| TString | myName |
| Keeps its name. More... | |
Public Attributes inherited from MED::TModeSwitchInfo | |
| EModeSwitch | myModeSwitch |
| Keeps the. More... | |
The class represents MED Gauss entity.
| typedef boost::tuple<TKey,TInt> MED::TGaussInfo::TInfo |
| typedef boost::tuple<EGeometrieElement,std::string> MED::TGaussInfo::TKey |
| TInt MED::TGaussInfo::GetDim | ( | ) | const |
Gives dimension of the referenced nodes.
References MED::GetDimGaussCoord().
Referenced by GetGaussCoordSlice(), GetRefCoordSlice(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
| TCoordSlice TGaussInfo::GetGaussCoordSlice | ( | TInt | theId | ) |
Gives coordinates for the Gauss points by its number.
References MED::eFULL_INTERLACE, GetDim(), MED::TModeSwitchInfo::GetModeSwitch(), GetNbGauss(), and myGaussCoord.
| TCCoordSlice TGaussInfo::GetGaussCoordSlice | ( | TInt | theId | ) | const |
Gives coordinates for the Gauss points by its number.
References MED::eFULL_INTERLACE, GetDim(), MED::TModeSwitchInfo::GetModeSwitch(), and myGaussCoord.
Referenced by MED::GetGaussCoord3D().
| EGeometrieElement MED::TGaussInfo::GetGeom | ( | ) | const |
| TInt MED::TGaussInfo::GetNbGauss | ( | ) | const |
Gives number of the Gauss Points.
Referenced by MED::GetGaussCoord3D(), and GetGaussCoordSlice().
| TInt MED::TGaussInfo::GetNbRef | ( | ) | const |
Gives number of the referenced nodes.
References MED::GetNbRefCoord().
Referenced by MED::GetGaussCoord3D(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
| TCoordSlice TGaussInfo::GetRefCoordSlice | ( | TInt | theId | ) |
Gives coordinates for the referenced node by its number.
References MED::eFULL_INTERLACE, GetDim(), MED::TModeSwitchInfo::GetModeSwitch(), and myRefCoord.
| TCCoordSlice TGaussInfo::GetRefCoordSlice | ( | TInt | theId | ) | const |
Gives coordinates for the referenced node by its number.
References MED::eFULL_INTERLACE, GetDim(), MED::TModeSwitchInfo::GetModeSwitch(), and myRefCoord.
Referenced by MED::GetGaussCoord3D().
| TNodeCoord MED::TGaussInfo::myGaussCoord |
Contains coordinates for the Gauss points.
Referenced by GetGaussCoordSlice(), MED::V2_2::TVWrapper::GetGaussInfo(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
| EGeometrieElement MED::TGaussInfo::myGeom |
Defines, which geometrical type the MED Gauss entity belongs to.
Referenced by MED::GetGaussCoord3D(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
| TNodeCoord MED::TGaussInfo::myRefCoord |
Contains coordinates for the refereced nodes.
Referenced by MED::V2_2::TVWrapper::GetGaussInfo(), GetRefCoordSlice(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
| TWeight MED::TGaussInfo::myWeight |
Contains wheights for the Gauss points.
Referenced by MED::V2_2::TVWrapper::GetGaussInfo(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().