Version: 9.16.0
MED::TTimeStampValue< TMeshValueType > Struct Template Referenceabstract

The class implements a container for MED TimeStamp values. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED::TTimeStampValue< TMeshValueType >:

Public Types

typedef TMeshValueType TTMeshValue
 
typedef SharedPtr< TMeshValueType > PTMeshValue
 
typedef TMeshValueType::TElement TElement
 
typedef std::map< EGeometrieElement, PTMeshValueTTGeom2Value
 

Public Member Functions

virtual ETypeChamp GetTypeChamp () const
 Gets type of the champ. More...
 
const TTGeom2ValueGetGeom2Value () const
 
const PTMeshValueGetMeshValuePtr (EGeometrieElement theGeom) const
 Gets MED TimeStamp values for the given geometric type (const version) More...
 
PTMeshValueGetMeshValuePtr (EGeometrieElement theGeom)
 Gets MED TimeStamp values for the given geometric type. More...
 
const TTMeshValueGetMeshValue (EGeometrieElement theGeom) const
 Gets MED TimeStamp values for the given geometric type (const version) More...
 
TTMeshValueGetMeshValue (EGeometrieElement theGeom)
 Gets MED TimeStamp values for the given geometric type. More...
 
const PTimeStampInfoGetTimeStampInfo () const
 
const TGeomSetGetGeomSet () const
 
const TGeom2ProfileGetGeom2Profile () const
 Gets a map of MED Profiles per geometric type. 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

ETypeChamp myTypeChamp
 
TTGeom2Value myGeom2Value
 Keeps map of MED TimeStamp values per geometric type (const version) More...
 
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

template<class TMeshValueType>
struct MED::TTimeStampValue< TMeshValueType >

The class implements a container for MED TimeStamp values.

Member Typedef Documentation

◆ PTMeshValue

template<class TMeshValueType >
typedef SharedPtr<TMeshValueType> MED::TTimeStampValue< TMeshValueType >::PTMeshValue

◆ TElement

template<class TMeshValueType >
typedef TMeshValueType::TElement MED::TTimeStampValue< TMeshValueType >::TElement

◆ TTGeom2Value

template<class TMeshValueType >
typedef std::map<EGeometrieElement, PTMeshValue> MED::TTimeStampValue< TMeshValueType >::TTGeom2Value

◆ TTMeshValue

template<class TMeshValueType >
typedef TMeshValueType MED::TTimeStampValue< TMeshValueType >::TTMeshValue

Member Function Documentation

◆ AllocateValue()

virtual void MED::TTimeStampValueBase::AllocateValue ( EGeometrieElement  theGeom,
TInt  theNbElem,
TInt  theNbGauss,
TInt  theNbComp,
EModeSwitch  theMode = eFULL_INTERLACE 
)
pure virtualinherited

Allocates values for the given geometry.

Implemented in MED::TTTimeStampValue< TMeshValueType >.

◆ GetGeom2Profile()

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

Gets a map of MED Profiles per geometric type.

◆ GetGeom2Value()

template<class TMeshValueType >
const TTGeom2Value & MED::TTimeStampValue< TMeshValueType >::GetGeom2Value ( ) const

◆ GetGeomSet()

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

◆ GetMeshValue() [1/2]

template<class TMeshValueType >
TTMeshValue & MED::TTimeStampValue< TMeshValueType >::GetMeshValue ( EGeometrieElement  theGeom)

Gets MED TimeStamp values for the given geometric type.

References MED::TTimeStampValue< TMeshValueType >::GetMeshValuePtr().

◆ GetMeshValue() [2/2]

◆ GetMeshValuePtr() [1/2]

template<class TMeshValueType >
PTMeshValue & MED::TTimeStampValue< TMeshValueType >::GetMeshValuePtr ( EGeometrieElement  theGeom)

Gets MED TimeStamp values for the given geometric type.

References MED::TTimeStampValue< TMeshValueType >::myGeom2Value, and MED::TTimeStampValueBase::myGeomSet.

◆ GetMeshValuePtr() [2/2]

template<class TMeshValueType >
const PTMeshValue & MED::TTimeStampValue< TMeshValueType >::GetMeshValuePtr ( EGeometrieElement  theGeom) const

Gets MED TimeStamp values for the given geometric type (const version)

References EXCEPTION, and MED::TTimeStampValue< TMeshValueType >::myGeom2Value.

Referenced by MED::TTimeStampValue< TMeshValueType >::GetMeshValue().

◆ GetModeSwitch()

◆ GetNbGauss()

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

◆ GetNbVal()

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

◆ GetTimeStampInfo()

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

◆ GetTypeChamp()

template<class TMeshValueType >
virtual ETypeChamp MED::TTimeStampValue< TMeshValueType >::GetTypeChamp ( ) const
virtual

Gets type of the champ.

Implements MED::TTimeStampValueBase.

References MED::TTimeStampValue< TMeshValueType >::myTypeChamp.

◆ GetValuePtr()

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

◆ GetValueSize()

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

Field Documentation

◆ myGeom2Profile

TGeom2Profile MED::TTimeStampValueBase::myGeom2Profile
inherited

Keeps map of MED Profiles per geometric type.

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

◆ myGeom2Value

template<class TMeshValueType >
TTGeom2Value MED::TTimeStampValue< TMeshValueType >::myGeom2Value

◆ myGeomSet

TGeomSet MED::TTimeStampValueBase::myGeomSet
inherited

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
inherited

A reference to corresponding MED TimeStamp.

Get a reference to corresponding MED TimeStamp

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

◆ myTypeChamp