Define a base class which represents MED TimeStamp. More...
#include <MED_Structures.hxx>
Public Member Functions | |
EEntiteMaillage | GetEntity () const |
Let known to what MED Entity the MED TimeStamp belong to. More... | |
const PFieldInfo & | GetFieldInfo () const |
Get a reference to corresponding MED Field. More... | |
const TGeom2Gauss & | GetGeom2Gauss () const |
Gets a map of MED Gauss entityes per geometric type. More... | |
const TGeom2Size & | GetGeom2Size () 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... | |
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... | |
Public Member Functions inherited from MED::TBase | |
virtual | ~TBase () |
Public Attributes | |
TFloat | myDt |
Keeps time for the MED TimeStamp. More... | |
EEntiteMaillage | myEntity |
Defines the MED Entity where the MED TimeStamp belongs to. More... | |
PFieldInfo | myFieldInfo |
A reference to correspondig MED Field. More... | |
TGeom2Gauss | myGeom2Gauss |
Keeps map of MED Gauss entityes per geometric type. More... | |
TGeom2NbGauss | myGeom2NbGauss |
Keeps number of the Gauss Points for the MED TimeStamp. More... | |
TGeom2Size | myGeom2Size |
Keeps map of number of cells per geometric type where the MED TimeStamp belongs to. More... | |
TInt | myNumDt |
Keeps number in time for the MED TimeStamp. More... | |
TInt | myNumOrd |
Keeps number for the MED TimeStamp. 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
◆ GetEntity()
EEntiteMaillage MED::TTimeStampInfo::GetEntity | ( | ) | const |
◆ GetFieldInfo()
const PFieldInfo& MED::TTimeStampInfo::GetFieldInfo | ( | ) | const |
Get a reference to corresponding MED Field.
◆ GetGeom2Gauss()
const TGeom2Gauss& MED::TTimeStampInfo::GetGeom2Gauss | ( | ) | const |
Gets a map of MED Gauss entityes per geometric type.
◆ GetGeom2Size()
const TGeom2Size& MED::TTimeStampInfo::GetGeom2Size | ( | ) | const |
Get map of number of cells per geometric type where the MED TimeStamp belongs to.
◆ GetNbGauss()
TInt TTimeStampInfo::GetNbGauss | ( | EGeometrieElement | theGeom | ) | const |
◆ GetUnitDt()
|
pure virtual |
Get unit of time for the MED TimeStamp.
Implemented in MED::TTTimeStampInfo< eVersion >.
◆ SetUnitDt()
|
pure virtual |
Set unit of time for the MED TimeStamp.
Implemented in MED::TTTimeStampInfo< eVersion >.
Member Data Documentation
◆ myDt
TFloat MED::TTimeStampInfo::myDt |
Keeps time for the MED TimeStamp.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().
◆ myEntity
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().
◆ myFieldInfo
PFieldInfo MED::TTimeStampInfo::myFieldInfo |
A reference to correspondig MED Field.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().
◆ myGeom2Gauss
TGeom2Gauss MED::TTimeStampInfo::myGeom2Gauss |
Keeps map of MED Gauss entityes per geometric type.
Referenced by MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().
◆ myGeom2NbGauss
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().
◆ myGeom2Size
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().
◆ myNumDt
TInt MED::TTimeStampInfo::myNumDt |
Keeps number in time for the MED TimeStamp.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().
◆ myNumOrd
TInt MED::TTimeStampInfo::myNumOrd |
Keeps number for the MED TimeStamp.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().
◆ myUnitDt
TString MED::TTimeStampInfo::myUnitDt |
Defines unit for the time for the MED TimeStamp.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), MED::TTTimeStampInfo< eVersion >::GetUnitDt(), MED::TTTimeStampInfo< eVersion >::SetUnitDt(), and MED::TTTimeStampInfo< eVersion >::TTTimeStampInfo().
The documentation for this struct was generated from the following files:
- src/3rdParty/salomesmesh/inc/MED_Structures.hxx
- src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp