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. More... | |
virtual ETypeChamp | GetTypeChamp () const =0 |
Gets type of the champ. More... | |
virtual void | AllocateValue (EGeometrieElement theGeom, TInt theNbElem, TInt theNbGauss, TInt theNbComp, EModeSwitch theMode=eFULL_INTERLACE)=0 |
Allocates values for the given geometry. More... | |
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 |
EModeSwitch | GetModeSwitch () const |
Data Fields | |
PTimeStampInfo | myTimeStampInfo |
A reference to correspondig MED TimeStamp. More... | |
TGeomSet | myGeomSet |
Keeps set of MED EGeometrieElement which contains values for the timestamp. More... | |
TGeom2Profile | myGeom2Profile |
Keeps map of MED Profiles per geometric type. More... | |
EModeSwitch | myModeSwitch |
Keeps the. More... | |
The class is a base class for MED TimeStamp values holder.
|
pure virtual |
Allocates values for the given geometry.
Implemented in MED::TTTimeStampValue< eVersion, TMeshValueType >.
const TGeom2Profile& MED::TTimeStampValueBase::GetGeom2Profile | ( | ) | const |
Gets a map of MED Profiles per geometric type.
const TGeomSet& MED::TTimeStampValueBase::GetGeomSet | ( | ) | const |
|
inherited |
|
pure virtual |
Implemented in MED::TTTimeStampValue< eVersion, TMeshValueType >.
|
pure virtual |
Implemented in MED::TTTimeStampValue< eVersion, TMeshValueType >.
const PTimeStampInfo& MED::TTimeStampValueBase::GetTimeStampInfo | ( | ) | const |
|
pure virtual |
Gets type of the champ.
Implemented in MED::TTimeStampValue< TMeshValueType >.
|
pure virtual |
Implemented in MED::TTTimeStampValue< eVersion, TMeshValueType >.
|
pure virtual |
Implemented in MED::TTTimeStampValue< eVersion, TMeshValueType >.
TGeom2Profile MED::TTimeStampValueBase::myGeom2Profile |
Keeps map of MED Profiles per geometric type.
Referenced by MED::TTTimeStampValue< eVersion, TMeshValueType >::TTTimeStampValue().
TGeomSet MED::TTimeStampValueBase::myGeomSet |
Keeps set of MED EGeometrieElement which contains values for the timestamp.
Referenced by MED::TTimeStampValue< TMeshValueType >::GetMeshValuePtr(), and MED::TTTimeStampValue< eVersion, TMeshValueType >::TTTimeStampValue().
|
inherited |
Keeps the.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetGaussInfo(), MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
PTimeStampInfo MED::TTimeStampValueBase::myTimeStampInfo |
A reference to correspondig MED TimeStamp.
Get a reference to correspondig MED TimeStamp
Referenced by MED::TTTimeStampValue< eVersion, TMeshValueType >::TTTimeStampValue().