Define a parent class for all MED entities that contains a sequence of numbers. More...
#include <MED_Structures.hxx>
Public Member Functions | |
| EModeSwitch | GetModeSwitch () const |
| TModeSwitchInfo () | |
| To construct instance of the class by default. More... | |
| TModeSwitchInfo (EModeSwitch theModeSwitch) | |
| To construct instance of the class. More... | |
Public Member Functions inherited from MED::TBase | |
| virtual | ~TBase () |
Public Attributes | |
| EModeSwitch | myModeSwitch |
| Keeps the. More... | |
Detailed Description
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).
Constructor & Destructor Documentation
◆ TModeSwitchInfo() [1/2]
| MED::TModeSwitchInfo::TModeSwitchInfo | ( | ) |
To construct instance of the class by default.
◆ TModeSwitchInfo() [2/2]
| MED::TModeSwitchInfo::TModeSwitchInfo | ( | EModeSwitch | theModeSwitch | ) |
To construct instance of the class.
Member Function Documentation
◆ GetModeSwitch()
| EModeSwitch MED::TModeSwitchInfo::GetModeSwitch | ( | ) | const |
Member Data Documentation
◆ myModeSwitch
| EModeSwitch MED::TModeSwitchInfo::myModeSwitch |
Keeps the.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetGaussInfo(), MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
The documentation for this struct was generated from the following file:
- src/3rdParty/salomesmesh/inc/MED_Structures.hxx
Public Member Functions inherited from
1.8.17