#include <MEDMEM_InterlacingPolicy.hxx>

Public Member Functions | |
| InterlacingPolicy (void) | |
| InterlacingPolicy (int nbelem, int dim, int arraySize=0, int interlacing=MED_EN::MED_UNDEFINED_INTERLACE) | |
| InterlacingPolicy (const InterlacingPolicy &intpol, bool shallowcopy=true) | |
| InterlacingPolicy & | operator= (const InterlacingPolicy &intpol) |
| int | getDim () const |
| int | getNbElem () const |
| int | getArraySize () const |
| MED_EN::medModeSwitch | getInterlacingType () const |
| bool | getGaussPresence () const |
| virtual int | getNbGauss (int i) const =0 |
Data Fields | |
| int | _dim |
| int | _nbelem |
| int | _arraySize |
| MED_EN::medModeSwitch | _interlacing |
| bool | _gaussPresence |
Protected Member Functions | |
| ~InterlacingPolicy () | |
| MEDMEM.InterlacingPolicy.~InterlacingPolicy | ( | ) | [protected] |
| MEDMEM.InterlacingPolicy.InterlacingPolicy | ( | void | ) |
| MEDMEM.InterlacingPolicy.InterlacingPolicy | ( | int | nbelem, |
| int | dim, | ||
| int | arraySize = 0, |
||
| int | interlacing = MED_EN::MED_UNDEFINED_INTERLACE |
||
| ) |
| MEDMEM.InterlacingPolicy.InterlacingPolicy | ( | const InterlacingPolicy & | intpol, |
| bool | shallowcopy = true |
||
| ) |
| InterlacingPolicy& MEDMEM.InterlacingPolicy.operator= | ( | const InterlacingPolicy & | intpol | ) |
| int MEDMEM.InterlacingPolicy.getDim | ( | ) | const |
| int MEDMEM.InterlacingPolicy.getNbElem | ( | ) | const |
| int MEDMEM.InterlacingPolicy.getArraySize | ( | ) | const |
| MED_EN::medModeSwitch MEDMEM.InterlacingPolicy.getInterlacingType | ( | ) | const |
| bool MEDMEM.InterlacingPolicy.getGaussPresence | ( | ) | const |