The class is a base class for MED TimeStamp values holder. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| const PTimeStampInfo & | GetTimeStampInfo () const |
| const TGeomSet & | GetGeomSet () const |
| const TGeom2Profile & | GetGeom2Profile () const |
| Gets a map of MED Profiles per geometric type. | |
| virtual ETypeChamp | GetTypeChamp () const =0 |
| Gets type of the champ. | |
| virtual void | AllocateValue (EGeometrieElement theGeom, TInt theNbElem, TInt theNbGauss, TInt theNbComp, EModeSwitch theMode=eFULL_INTERLACE)=0 |
| Allocates values for the given geometry. | |
| virtual size_t | GetValueSize (EGeometrieElement theGeom) const =0 |
| virtual size_t | GetNbVal (EGeometrieElement theGeom) const =0 |
| virtual size_t | GetNbGauss (EGeometrieElement theGeom) const =0 |
| virtual unsigned char * | GetValuePtr (EGeometrieElement theGeom)=0 |
Data Fields | |
| PTimeStampInfo | myTimeStampInfo |
| A reference to correspondig MED TimeStamp. | |
| TGeomSet | myGeomSet |
| Keeps set of MED EGeometrieElement which contains values for the timestamp. | |
| TGeom2Profile | myGeom2Profile |
| Keeps map of MED Profiles per geometric type. | |
The class is a base class for MED TimeStamp values holder.
| const PTimeStampInfo& MED.TTimeStampValueBase.GetTimeStampInfo | ( | ) | const |
| const TGeomSet& MED.TTimeStampValueBase.GetGeomSet | ( | ) | const |
| const TGeom2Profile& MED.TTimeStampValueBase.GetGeom2Profile | ( | ) | const |
Gets a map of MED Profiles per geometric type.
| virtual ETypeChamp MED.TTimeStampValueBase.GetTypeChamp | ( | ) | const [pure virtual] |
Gets type of the champ.
Implemented in MED.TTimeStampValue< TMeshValueType >.
| virtual void MED.TTimeStampValueBase.AllocateValue | ( | EGeometrieElement | theGeom, |
| TInt | theNbElem, | ||
| TInt | theNbGauss, | ||
| TInt | theNbComp, | ||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) | [pure virtual] |
Allocates values for the given geometry.
Implemented in MED.TTTimeStampValue< eVersion, TMeshValueType >.
| virtual size_t MED.TTimeStampValueBase.GetValueSize | ( | EGeometrieElement | theGeom | ) | const [pure virtual] |
Implemented in MED.TTTimeStampValue< eVersion, TMeshValueType >.
| virtual size_t MED.TTimeStampValueBase.GetNbVal | ( | EGeometrieElement | theGeom | ) | const [pure virtual] |
Implemented in MED.TTTimeStampValue< eVersion, TMeshValueType >.
| virtual size_t MED.TTimeStampValueBase.GetNbGauss | ( | EGeometrieElement | theGeom | ) | const [pure virtual] |
Implemented in MED.TTTimeStampValue< eVersion, TMeshValueType >.
| virtual unsigned char* MED.TTimeStampValueBase.GetValuePtr | ( | EGeometrieElement | theGeom | ) | [pure virtual] |
Implemented in MED.TTTimeStampValue< eVersion, TMeshValueType >.
Keeps set of MED EGeometrieElement which contains values for the timestamp.
Keeps map of MED Profiles per geometric type.