Functions | |
int | MEDMEM::GRID::getArrayLength (const int Axis) const throw (MEDEXCEPTION) |
const double | MEDMEM::GRID::getArrayValue (const int Axis, const int i) const throw (MEDEXCEPTION) |
This group of methods retrieves information about the axes of the grid.
int GRID::getArrayLength | ( | const int | Axis | ) | const throw (MEDEXCEPTION) |
Returns the number of nodes on axis number Axis (axis numbering starts at 1).
const double GRID::getArrayValue | ( | const int | Axis, |
const int | i | ||
) | const throw (MEDEXCEPTION) |
Returns the value of node coordinate i on axis Axis.