Version: 9.12.0
MED::TTimeStampValueBase Struct Referenceabstract

The class is a base class for MED TimeStamp values holder. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED::TTimeStampValueBase:

Public Member Functions

const PTimeStampInfoGetTimeStampInfo () const
 
const TGeomSetGetGeomSet () const
 
const TGeom2ProfileGetGeom2Profile () 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 corresponding 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 interlace mode. More...
 

Detailed Description

The class is a base class for MED TimeStamp values holder.

Member Function Documentation

◆ AllocateValue()

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

◆ GetGeom2Profile()

const TGeom2Profile& MED::TTimeStampValueBase::GetGeom2Profile ( ) const

Gets a map of MED Profiles per geometric type.

◆ GetGeomSet()

const TGeomSet& MED::TTimeStampValueBase::GetGeomSet ( ) const

◆ GetModeSwitch()

EModeSwitch MED::TModeSwitchInfo::GetModeSwitch ( ) const
inherited

◆ GetNbGauss()

virtual size_t MED::TTimeStampValueBase::GetNbGauss ( EGeometrieElement  theGeom) const
pure virtual

◆ GetNbVal()

virtual size_t MED::TTimeStampValueBase::GetNbVal ( EGeometrieElement  theGeom) const
pure virtual

◆ GetTimeStampInfo()

const PTimeStampInfo& MED::TTimeStampValueBase::GetTimeStampInfo ( ) const

◆ GetTypeChamp()

virtual ETypeChamp MED::TTimeStampValueBase::GetTypeChamp ( ) const
pure virtual

Gets type of the champ.

Implemented in MED::TTimeStampValue< TMeshValueType >.

◆ GetValuePtr()

virtual unsigned char* MED::TTimeStampValueBase::GetValuePtr ( EGeometrieElement  theGeom)
pure virtual

◆ GetValueSize()

virtual size_t MED::TTimeStampValueBase::GetValueSize ( EGeometrieElement  theGeom) const
pure virtual

Field Documentation

◆ myGeom2Profile

TGeom2Profile MED::TTimeStampValueBase::myGeom2Profile

Keeps map of MED Profiles per geometric type.

Referenced by MED::TTTimeStampValue< TMeshValueType >::TTTimeStampValue().

◆ myGeomSet

TGeomSet MED::TTimeStampValueBase::myGeomSet

Keeps set of MED EGeometrieElement which contains values for the timestamp.

Referenced by MED::TTimeStampValue< TMeshValueType >::GetMeshValuePtr(), and MED::TTTimeStampValue< TMeshValueType >::TTTimeStampValue().

◆ myModeSwitch

◆ myTimeStampInfo

PTimeStampInfo MED::TTimeStampValueBase::myTimeStampInfo

A reference to corresponding MED TimeStamp.

Get a reference to corresponding MED TimeStamp

Referenced by MED::TTTimeStampValue< TMeshValueType >::TTTimeStampValue().