Define a parent class for all MED entities that contains a sequence of numbers. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| TModeSwitchInfo () | |
| To construct instance of the class by default. More... | |
| TModeSwitchInfo (EModeSwitch theModeSwitch) | |
| To construct instance of the class. More... | |
| EModeSwitch | GetModeSwitch () const |
Data Fields | |
| EModeSwitch | myModeSwitch |
| Keeps the interlace mode. More... | |
Define a parent class for all MED entities that contains a sequence of numbers.
It defines through corresponding enumeration (EModeSwitch) how the sequence should be interpreted in C or Fortran mode (eFULL_INTERLACE or eNON_INTERLACE).
| MED::TModeSwitchInfo::TModeSwitchInfo | ( | ) |
To construct instance of the class by default.
| MED::TModeSwitchInfo::TModeSwitchInfo | ( | EModeSwitch | theModeSwitch | ) |
To construct instance of the class.
| EModeSwitch MED::TModeSwitchInfo::GetModeSwitch | ( | ) | const |
Referenced by MED::TTMeshValue< TValueType >::GetCompValueSliceArr(), MED::TCellInfo::GetConnSlice(), MED::TNodeInfo::GetCoordSlice(), MED::TGaussCoord::GetCoordSliceArr(), MED::TGaussInfo::GetGaussCoordSlice(), MED::TTMeshValue< TValueType >::GetGaussValueSliceArr(), and MED::TGaussInfo::GetRefCoordSlice().
| EModeSwitch MED::TModeSwitchInfo::myModeSwitch |
Keeps the interlace mode.
Referenced by MED::TMeshValueBase::Allocate(), MED::TWrapper::GetCellInfo(), MED::TWrapper::GetGaussInfo(), MED::TWrapper::GetGrilleInfo(), MED::TWrapper::GetNodeInfo(), MED::TGaussCoord::Init(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetGrilleInfo(), MED::TWrapper::SetNodeInfo(), and MED::TTNodeInfo::TTNodeInfo().