MED.TMeshValue Struct Reference

The class is a helper one. It provide safe and flexible way to get access to values for a MED TimeStamp. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TMeshValue:

Inheritance graph

Public Member Functions

void Init (TInt theNbElem, TInt theNbGauss, TInt theNbComp, EModeSwitch theMode=eFULL_INTERLACE)
 Initialize the class.
TCValueSliceArr GetGaussValueSliceArr (TInt theElemId) const
 Iteration through Gauss Points by their components.
TValueSliceArr GetGaussValueSliceArr (TInt theElemId)
 Iteration through Gauss Points by their components.
TCValueSliceArr GetCompValueSliceArr (TInt theElemId) const
 Iteration through components by corresponding Gauss Points.
TValueSliceArr GetCompValueSliceArr (TInt theElemId)
 Iteration through components by corresponding Gauss Points.

Data Fields

TValue myValue
TInt myNbElem
TInt myNbComp
TInt myNbGauss
TInt myStep

Detailed Description

The class is a helper one. It provide safe and flexible way to get access to values for a MED TimeStamp.


Member Function Documentation

void TMeshValue::Init TInt  theNbElem,
TInt  theNbGauss,
TInt  theNbComp,
EModeSwitch  theMode = eFULL_INTERLACE
 

Initialize the class.

TCValueSliceArr TMeshValue::GetGaussValueSliceArr TInt  theElemId  )  const
 

Iteration through Gauss Points by their components.

TValueSliceArr TMeshValue::GetGaussValueSliceArr TInt  theElemId  ) 
 

Iteration through Gauss Points by their components.

TCValueSliceArr TMeshValue::GetCompValueSliceArr TInt  theElemId  )  const
 

Iteration through components by corresponding Gauss Points.

TValueSliceArr TMeshValue::GetCompValueSliceArr TInt  theElemId  ) 
 

Iteration through components by corresponding Gauss Points.


Field Documentation

TValue MED.TMeshValue.myValue
 

TInt MED.TMeshValue.myNbElem
 

TInt MED.TMeshValue.myNbComp
 

TInt MED.TMeshValue.myNbGauss
 

TInt MED.TMeshValue.myStep