Define a base class which represents MED TimeStamp. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| const PFieldInfo & | GetFieldInfo () const |
| Get a reference to corresponding MED Field. | |
| EEntiteMaillage | GetEntity () const |
| Let known to what MED Entity the MED TimeStamp belong to. | |
| const TGeom2Size & | GetGeom2Size () const |
| Get map of number of cells per geometric type where the MED TimeStamp belongs to. | |
| TInt | GetNbGauss (EGeometrieElement theGeom) const |
| Gives number of the Gauss Points for the MED TimeStamp. | |
| TInt | GetNumDt () const |
| Defines number in time for the MED TimeStamp. | |
| TInt | GetNumOrd () const |
| Defines number for the MED TimeStamp. | |
| TFloat | GetDt () const |
| Defines time for the MED TimeStamp. | |
| const TGeom2Gauss & | GetGeom2Gauss () const |
| Gets a map of MED Gauss entityes per geometric type. | |
| virtual std::string | GetUnitDt () const =0 |
| Get unit of time for the MED TimeStamp. | |
| virtual void | SetUnitDt (const std::string &theValue)=0 |
| Set unit of time for the MED TimeStamp. | |
Data Fields | |
| PFieldInfo | myFieldInfo |
| A reference to correspondig MED Field. | |
| EEntiteMaillage | myEntity |
| Defines the MED Entity where the MED TimeStamp belongs to. | |
| TGeom2Size | myGeom2Size |
| Keeps map of number of cells per geometric type where the MED TimeStamp belongs to. | |
| TGeom2NbGauss | myGeom2NbGauss |
| Keeps number of the Gauss Points for the MED TimeStamp. | |
| TInt | myNumDt |
| Keeps number in time for the MED TimeStamp. | |
| TInt | myNumOrd |
| Keeps number for the MED TimeStamp. | |
| TFloat | myDt |
| Keeps time for the MED TimeStamp. | |
| TGeom2Gauss | myGeom2Gauss |
| Keeps map of MED Gauss entityes per geometric type. | |
| TString | myUnitDt |
| Defines unit for the time for the MED TimeStamp. | |
Define a base class which represents MED TimeStamp.
| const PFieldInfo& MED.TTimeStampInfo.GetFieldInfo | ( | ) | const |
Get a reference to corresponding MED Field.
| EEntiteMaillage MED.TTimeStampInfo.GetEntity | ( | ) | const |
| const TGeom2Size& MED.TTimeStampInfo.GetGeom2Size | ( | ) | const |
Get map of number of cells per geometric type where the MED TimeStamp belongs to.
| TInt TTimeStampInfo::GetNbGauss | ( | EGeometrieElement | theGeom | ) | const |
Gives number of the Gauss Points for the MED TimeStamp.
| const TGeom2Gauss& MED.TTimeStampInfo.GetGeom2Gauss | ( | ) | const |
Gets a map of MED Gauss entityes per geometric type.
| virtual std::string MED.TTimeStampInfo.GetUnitDt | ( | ) | const [pure virtual] |
Get unit of time for the MED TimeStamp.
Implemented in MED.TTTimeStampInfo< eVersion >.
| virtual void MED.TTimeStampInfo.SetUnitDt | ( | const std::string & | theValue | ) | [pure virtual] |
Set unit of time for the MED TimeStamp.
Implemented in MED.TTTimeStampInfo< eVersion >.
A reference to correspondig MED Field.
Keeps map of number of cells per geometric type where the MED TimeStamp belongs to.
Keeps number of the Gauss Points for the MED TimeStamp.
Keeps number in time for the MED TimeStamp.
Keeps number for the MED TimeStamp.
Keeps time for the MED TimeStamp.
Keeps map of MED Gauss entityes per geometric type.
Defines unit for the time for the MED TimeStamp.