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... | |
![]() | |
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... | |
![]() | |
virtual ~TBase () | |
![]() | |
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... | |
![]() | |
TString myName | |
Keeps its name. More... | |
![]() | |
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