Version: 5.1.6

MED.TModeSwitchInfo Struct Reference

Define a parent class for all MED entities that contains a sequence of numbers. More...

#include <MED_Structures.hxx>

Inheritance diagram for MED.TModeSwitchInfo:
Inheritance graph

Public Member Functions

 TModeSwitchInfo ()
 To construct instance of the class by default.
 TModeSwitchInfo (EModeSwitch theModeSwitch)
 To construct instance of the class.
EModeSwitch GetModeSwitch () const

Data Fields

EModeSwitch myModeSwitch
 Keeps the.

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

MED.TModeSwitchInfo.TModeSwitchInfo (  ) 

To construct instance of the class by default.

MED.TModeSwitchInfo.TModeSwitchInfo ( EModeSwitch  theModeSwitch  ) 

To construct instance of the class.


Member Function Documentation

EModeSwitch MED.TModeSwitchInfo.GetModeSwitch (  )  const

Field Documentation

Keeps the.