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... | |
Detailed Description
The class represents MED Gauss entity.
Member Typedef Documentation
◆ TInfo
| typedef boost::tuple<TKey,TInt> MED::TGaussInfo::TInfo |
◆ TKey
| typedef boost::tuple<EGeometrieElement,std::string> MED::TGaussInfo::TKey |
Member Function Documentation
◆ GetDim()
| TInt MED::TGaussInfo::GetDim | ( | ) | const |
Gives dimension of the referenced nodes.
References MED::GetDimGaussCoord().
Referenced by MED::TTGaussInfo< eVersion >::TTGaussInfo().
◆ GetGaussCoordSlice() [1/2]
| TCoordSlice TGaussInfo::GetGaussCoordSlice | ( | TInt | theId | ) |
Gives coordinates for the Gauss points by its number.
References MED::eFULL_INTERLACE.
◆ GetGaussCoordSlice() [2/2]
| TCCoordSlice TGaussInfo::GetGaussCoordSlice | ( | TInt | theId | ) | const |
Gives coordinates for the Gauss points by its number.
References MED::eFULL_INTERLACE.
Referenced by MED::GetGaussCoord3D().
◆ GetGeom()
| EGeometrieElement MED::TGaussInfo::GetGeom | ( | ) | const |
◆ GetNbGauss()
| TInt MED::TGaussInfo::GetNbGauss | ( | ) | const |
Gives number of the Gauss Points.
Referenced by MED::GetGaussCoord3D().
◆ GetNbRef()
| TInt MED::TGaussInfo::GetNbRef | ( | ) | const |
Gives number of the referenced nodes.
References MED::GetNbRefCoord().
Referenced by MED::GetGaussCoord3D(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
◆ GetRefCoordSlice() [1/2]
| TCoordSlice TGaussInfo::GetRefCoordSlice | ( | TInt | theId | ) |
Gives coordinates for the referenced node by its number.
References MED::eFULL_INTERLACE.
◆ GetRefCoordSlice() [2/2]
| TCCoordSlice TGaussInfo::GetRefCoordSlice | ( | TInt | theId | ) | const |
Gives coordinates for the referenced node by its number.
References MED::eFULL_INTERLACE.
Referenced by MED::GetGaussCoord3D().
Member Data Documentation
◆ myGaussCoord
| TNodeCoord MED::TGaussInfo::myGaussCoord |
Contains coordinates for the Gauss points.
Referenced by MED::V2_2::TVWrapper::GetGaussInfo(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
◆ myGeom
| 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().
◆ myRefCoord
| TNodeCoord MED::TGaussInfo::myRefCoord |
Contains coordinates for the refereced nodes.
Referenced by MED::V2_2::TVWrapper::GetGaussInfo(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
◆ myWeight
| TWeight MED::TGaussInfo::myWeight |
Contains wheights for the Gauss points.
Referenced by MED::V2_2::TVWrapper::GetGaussInfo(), and MED::TTGaussInfo< eVersion >::TTGaussInfo().
The documentation for this struct was generated from the following files:
- src/3rdParty/salomesmesh/inc/MED_Structures.hxx
- src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp
Public Member Functions inherited from
1.8.17