Version: 8.3.0
MED::TTimeStampInfo Struct Referenceabstract

Define a base class which represents MED TimeStamp. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED::TTimeStampInfo:

Public Member Functions

const PFieldInfoGetFieldInfo () const
 Get a reference to corresponding MED Field. More...
 
EEntiteMaillage GetEntity () const
 Find out to what MED Entity the MED TimeStamp belong to. More...
 
const TGeom2SizeGetGeom2Size () const
 Get map of number of cells per geometric type where the MED TimeStamp belongs to. More...
 
TInt GetNbGauss (EGeometrieElement theGeom) const
 Gives number of the Gauss Points for the MED TimeStamp. More...
 
TInt GetNumDt () const
 Defines number in time for the MED TimeStamp. More...
 
TInt GetNumOrd () const
 Defines number for the MED TimeStamp. More...
 
TFloat GetDt () const
 Defines time for the MED TimeStamp. More...
 
const TGeom2GaussGetGeom2Gauss () const
 Gets a map of MED Gauss entityes per geometric type. More...
 
virtual std::string GetUnitDt () const =0
 Get unit of time for the MED TimeStamp. More...
 
virtual void SetUnitDt (const std::string &theValue)=0
 Set unit of time for the MED TimeStamp. More...
 

Data Fields

PFieldInfo myFieldInfo
 A reference to correspondig MED Field. More...
 
EEntiteMaillage myEntity
 Defines the MED Entity where the MED TimeStamp belongs to. More...
 
TGeom2Size myGeom2Size
 Keeps map of number of cells per geometric type where the MED TimeStamp belongs to. More...
 
TGeom2NbGauss myGeom2NbGauss
 Keeps number of the Gauss Points for the MED TimeStamp. More...
 
TInt myNumDt
 Keeps number in time for the MED TimeStamp. More...
 
TInt myNumOrd
 Keeps number for the MED TimeStamp. More...
 
TFloat myDt
 Keeps time for the MED TimeStamp. More...
 
TGeom2Gauss myGeom2Gauss
 Keeps map of MED Gauss entityes per geometric type. More...
 
TString myUnitDt
 Defines unit for the time for the MED TimeStamp. More...
 

Detailed Description

Define a base class which represents MED TimeStamp.

Member Function Documentation

TFloat MED::TTimeStampInfo::GetDt ( ) const

Defines time for the MED TimeStamp.

EEntiteMaillage MED::TTimeStampInfo::GetEntity ( ) const

Find out to what MED Entity the MED TimeStamp belong to.

const PFieldInfo& MED::TTimeStampInfo::GetFieldInfo ( ) const

Get a reference to corresponding MED Field.

const TGeom2Gauss& MED::TTimeStampInfo::GetGeom2Gauss ( ) const

Gets a map of MED Gauss entityes per geometric type.

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.

TInt MED::TTimeStampInfo::GetNumDt ( ) const

Defines number in time for the MED TimeStamp.

TInt MED::TTimeStampInfo::GetNumOrd ( ) const

Defines number for the MED TimeStamp.

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 >.

Field Documentation

TFloat MED::TTimeStampInfo::myDt
EEntiteMaillage MED::TTimeStampInfo::myEntity

Defines the MED Entity where the MED TimeStamp belongs to.

Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().

PFieldInfo MED::TTimeStampInfo::myFieldInfo
TGeom2Gauss MED::TTimeStampInfo::myGeom2Gauss

Keeps map of MED Gauss entityes per geometric type.

Referenced by MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().

TGeom2NbGauss MED::TTimeStampInfo::myGeom2NbGauss

Keeps number of the Gauss Points for the MED TimeStamp.

Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().

TGeom2Size MED::TTimeStampInfo::myGeom2Size

Keeps map of number of cells per geometric type where the MED TimeStamp belongs to.

Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().

TInt MED::TTimeStampInfo::myNumDt

Keeps number in time for the MED TimeStamp.

Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().

TInt MED::TTimeStampInfo::myNumOrd