Version: 5.1.6

MED.TGaussInfo Struct Reference

The class represents MED Gauss entity. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TGaussInfo:
Inheritance graph

Data Structures

struct  TLess

Public Types

typedef boost::tuple
< EGeometrieElement,
std::string > 
TKey
typedef boost::tuple< TKey, TIntTInfo

Public Member Functions

EGeometrieElement GetGeom () const
 Let known what MED geometrical type the MED GAUSS entity belong to.
TCCoordSlice GetRefCoordSlice (TInt theId) const
 Gives coordinates for the referenced node by its number.
TCoordSlice GetRefCoordSlice (TInt theId)
 Gives coordinates for the referenced node by its number.
TCCoordSlice GetGaussCoordSlice (TInt theId) const
 Gives coordinates for the Gauss points by its number.
TCoordSlice GetGaussCoordSlice (TInt theId)
 Gives coordinates for the Gauss points by its number.
TInt GetNbRef () const
 Gives number of the referenced nodes.
TInt GetDim () const
 Gives dimension of the referenced nodes.
TInt GetNbGauss () const
 Gives number of the Gauss Points.

Data Fields

EGeometrieElement myGeom
 Defines, which geometrical type the MED Gauss entity belongs to.
TNodeCoord myRefCoord
 Contains coordinates for the refereced nodes.
TNodeCoord myGaussCoord
 Contains coordinates for the Gauss points.
TWeight myWeight
 Contains wheights for the Gauss points.

Detailed Description

The class represents MED Gauss entity.


Member Typedef Documentation

typedef boost::tuple<EGeometrieElement,std::string> MED.TGaussInfo.TKey
typedef boost::tuple<TKey,TInt> MED.TGaussInfo.TInfo

Member Function Documentation

EGeometrieElement MED.TGaussInfo.GetGeom (  )  const

Let known what MED geometrical type the MED GAUSS entity belong to.

TCCoordSlice TGaussInfo::GetRefCoordSlice ( TInt  theId  )  const

Gives coordinates for the referenced node by its number.

References MED.eFULL_INTERLACE.

TCoordSlice TGaussInfo::GetRefCoordSlice ( TInt  theId  ) 

Gives coordinates for the referenced node by its number.

References MED.eFULL_INTERLACE.

TCCoordSlice TGaussInfo::GetGaussCoordSlice ( TInt  theId  )  const

Gives coordinates for the Gauss points by its number.

References MED.eFULL_INTERLACE.

TCoordSlice TGaussInfo::GetGaussCoordSlice ( TInt  theId  ) 

Gives coordinates for the Gauss points by its number.

References MED.eFULL_INTERLACE.

TInt MED.TGaussInfo.GetNbRef (  )  const

Gives number of the referenced nodes.

References MED.GetNbRefCoord().

TInt MED.TGaussInfo.GetDim (  )  const

Gives dimension of the referenced nodes.

References MED.GetDimGaussCoord().

TInt MED.TGaussInfo.GetNbGauss (  )  const

Gives number of the Gauss Points.


Field Documentation

Defines, which geometrical type the MED Gauss entity belongs to.

Contains coordinates for the refereced nodes.

Contains coordinates for the Gauss points.

Contains wheights for the Gauss points.