|
open_iA 2024.7
|
#include "iASlicerMode.h"Functions | |
| QString | axisName (int axis) |
| Get the name of the given axis. | |
| int | mapSliceToGlobalAxis (int mode, int index) |
| Map the index of an axis of the slicer to the index of the corresponding global axis. | |
| iAAxisIndex | nameToAxis (QString const &name) |
| Convert an axis name to the iAAxisIndex enum. | |
| QString | slicerModeString (int mode) |
| Get the "name" of the given slicer mode (i.e. the slicer plane, "XY" for iASlicerMode XY). | |
| QString axisName | ( | int | axis | ) |
Get the name of the given axis.
| axis | the index of the axis (see iAAxisIndex) |
| int mapSliceToGlobalAxis | ( | int | mode, |
| int | index ) |
Map the index of an axis of the slicer to the index of the corresponding global axis.
| mode | the slicer mode, |
| index | the slicer axis index (x=0, y=1, z=2), |
| iAAxisIndex nameToAxis | ( | QString const & | name | ) |
Convert an axis name to the iAAxisIndex enum.
| QString slicerModeString | ( | int | mode | ) |
Get the "name" of the given slicer mode (i.e. the slicer plane, "XY" for iASlicerMode XY).