The class represents MED Gauss entity. More...
#include <MED_Structures.hxx>

Data Structures | |
| struct | TLess |
Public Types | |
| typedef boost::tuple< EGeometrieElement, std::string > | TKey |
| typedef boost::tuple< TKey, TInt > | TInfo |
Public Member Functions | |
| EGeometrieElement | GetGeom () const |
| Find out what MED geometrical type the MED GAUSS entity belong to. More... | |
| TCCoordSlice | GetRefCoordSlice (TInt theId) const |
| Gives coordinates for the referenced node by its number. More... | |
| TCoordSlice | GetRefCoordSlice (TInt theId) |
| Gives coordinates for the referenced node by its number. More... | |
| TCCoordSlice | GetGaussCoordSlice (TInt theId) const |
| Gives coordinates for the Gauss points by its number. More... | |
| TCoordSlice | GetGaussCoordSlice (TInt theId) |
| Gives coordinates for the Gauss points by its number. More... | |
| TInt | GetNbRef () const |
| Gives number of the referenced nodes. More... | |
| TInt | GetDim () const |
| Gives dimension of the referenced nodes. More... | |
| TInt | GetNbGauss () const |
| Gives number of the Gauss Points. 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... | |
| EModeSwitch | GetModeSwitch () const |
Data Fields | |
| EGeometrieElement | myGeom |
| Defines, which geometrical type the MED Gauss entity belongs to. More... | |
| TNodeCoord | myRefCoord |
| Contains coordinates for the referenced nodes. More... | |
| TNodeCoord | myGaussCoord |
| Contains coordinates for the Gauss points. More... | |
| TWeight | myWeight |
| Contains weights for the Gauss points. More... | |
| TString | myName |
| Keeps its name. More... | |
| EModeSwitch | myModeSwitch |
| Keeps the interlace mode. 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(), and SMESH::GetGeom().
Referenced by GetGaussCoordSlice(), GetRefCoordSlice(), and MED::TTGaussInfo::TTGaussInfo().
| TCoordSlice MED::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 MED::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 |
|
inherited |
|
pure virtualinherited |
Gets its name.
Implemented in MED::TTNameInfo.
| 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 SMESH::GetGeom(), and MED::GetNbRefCoord().
Referenced by MED::GetGaussCoord3D(), and MED::TTGaussInfo::TTGaussInfo().
| TCoordSlice MED::TGaussInfo::GetRefCoordSlice | ( | TInt | theId | ) |
Gives coordinates for the referenced node by its number.
References MED::eFULL_INTERLACE, GetDim(), MED::TModeSwitchInfo::GetModeSwitch(), and myRefCoord.
| TCCoordSlice MED::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().
|
pure virtualinherited |
|
pure virtualinherited |
Set a new name.
Implemented in MED::TTNameInfo.
| TNodeCoord MED::TGaussInfo::myGaussCoord |
Contains coordinates for the Gauss points.
Referenced by GetGaussCoordSlice(), MED::TWrapper::GetGaussInfo(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo::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::TTGaussInfo().
|
inherited |
Keeps the interlace mode.
Referenced by MED::TMeshValueBase::Allocate(), MED::TWrapper::GetCellInfo(), MED::TWrapper::GetGaussInfo(), MED::TWrapper::GetGrilleInfo(), MED::TWrapper::GetNodeInfo(), MED::TGaussCoord::Init(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetGrilleInfo(), MED::TWrapper::SetNodeInfo(), and MED::TTNodeInfo::TTNodeInfo().
|
inherited |
Keeps its name.
Referenced by MED::TWrapper::GetCellInfo(), MED::TWrapper::GetEntityInfo(), MED::TWrapper::GetFamilies(), MED::TWrapper::GetFamilyInfo(), MED::TWrapper::GetFieldInfo(), MED::TWrapper::GetGaussInfo(), MED::TWrapper::GetGrilleInfo(), MED::TWrapper::GetGrilleStruct(), MED::TWrapper::GetGrilleType(), MED::TWrapper::GetMeshInfo(), MED::TTNameInfo::GetName(), MED::TWrapper::GetNames(), MED::TWrapper::GetNbCells(), MED::TWrapper::GetNbFamAttr(), MED::TWrapper::GetNbFamGroup(), MED::TWrapper::GetNbFamilies(), MED::TWrapper::GetNbNodes(), MED::TWrapper::GetNbTimeStamps(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::GetNumeration(), MED::TWrapper::GetPolyedreConnSize(), MED::TWrapper::GetPolyedreInfo(), MED::TWrapper::GetPolygoneConnSize(), MED::TWrapper::GetPolygoneInfo(), MED::TWrapper::GetProfileInfo(), MED::TWrapper::GetTimeStampInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetFamilies(), MED::TWrapper::SetFamilyInfo(), MED::TWrapper::SetFieldInfo(), MED::TWrapper::SetGrilleInfo(), MED::TWrapper::SetMeshInfo(), MED::TTNameInfo::SetName(), MED::TWrapper::SetNames(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetNumeration(), MED::TWrapper::SetPolyedreInfo(), MED::TWrapper::SetPolygoneInfo(), MED::TWrapper::SetProfileInfo(), and MED::TTNameInfo::TTNameInfo().
| TNodeCoord MED::TGaussInfo::myRefCoord |
Contains coordinates for the referenced nodes.
Referenced by MED::TWrapper::GetGaussInfo(), GetRefCoordSlice(), MED::TGaussInfo::TLess::operator()(), and MED::TTGaussInfo::TTGaussInfo().
| TWeight MED::TGaussInfo::myWeight |
Contains weights for the Gauss points.
Referenced by MED::TWrapper::GetGaussInfo(), and MED::TTGaussInfo::TTGaussInfo().