Version: 8.3.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,
PTMeshValue
TTGeom2Value
 

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

Detailed Description

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

The class implements a container for MED TimeStamp values.

Member Typedef Documentation

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

Member Function Documentation

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

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

Gets a map of MED Profiles per geometric type.

template<class TMeshValueType >
const TTGeom2Value& MED::TTimeStampValue< TMeshValueType >::GetGeom2Value ( ) const
const TGeomSet& MED::TTimeStampValueBase::GetGeomSet ( ) const
inherited
template<class TMeshValueType >
TTMeshValue& MED::TTimeStampValue< TMeshValueType >::GetMeshValue ( EGeometrieElement  theGeom)

Gets MED TimeStamp values for the given geometric type.

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

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().

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.

EModeSwitch MED::TModeSwitchInfo::GetModeSwitch ( ) const
inherited
virtual size_t MED::TTimeStampValueBase::GetNbGauss ( EGeometrieElement  theGeom) const
pure virtualinherited
virtual size_t MED::TTimeStampValueBase::GetNbVal ( EGeometrieElement  theGeom) const
pure virtualinherited
const PTimeStampInfo& MED::TTimeStampValueBase::GetTimeStampInfo ( ) const
inherited
template<class TMeshValueType >
virtual ETypeChamp MED::TTimeStampValue< TMeshValueType >::GetTypeChamp ( ) const
virtual

Gets type of the champ.

Implements MED::TTimeStampValueBase.

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

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

Field Documentation

TGeom2Profile MED::TTimeStampValueBase::myGeom2Profile
inherited

Keeps map of MED Profiles per geometric type.

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

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< eVersion, TMeshValueType >::TTTimeStampValue().

PTimeStampInfo MED::TTimeStampValueBase::myTimeStampInfo
inherited

A reference to correspondig MED TimeStamp.

Get a reference to correspondig MED TimeStamp

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