#include <MED_TStructures.hxx>
Public Types | |
typedef TTNameInfo< eVersion > | TNameInfoBase |
Public Types inherited from MED::TGaussInfo | |
typedef boost::tuple< TKey, TInt > | TInfo |
typedef boost::tuple< EGeometrieElement, std::string > | TKey |
Public Member Functions | |
TTGaussInfo (const TGaussInfo::TInfo &theInfo, EModeSwitch theMode) | |
Public Member Functions inherited from MED::TGaussInfo | |
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... | |
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 Member Functions inherited from MED::TTNameInfo< eVersion > | |
virtual std::string | GetName () const |
Gets its name. More... | |
virtual void | SetName (const std::string &theValue) |
Set a new name. More... | |
virtual void | SetName (const TString &theValue) |
Set a new name. More... | |
TTNameInfo (const std::string &theValue) | |
Additional Inherited Members | |
Public Attributes inherited from MED::TGaussInfo | |
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... | |
typedef TTNameInfo<eVersion> MED::TTGaussInfo< eVersion >::TNameInfoBase |
MED::TTGaussInfo< eVersion >::TTGaussInfo | ( | const TGaussInfo::TInfo & | theInfo, |
EModeSwitch | theMode | ||
) |