|
open_iA 2025.6
|
Functions | |
| QColor | axisColor (int mode) |
| get color assigned to a specific axis | |
| int & | axisColorMode () |
| modifiable index of the axis color mode | |
| QString | axisName (int axis) |
| Get the name of the given axis. | |
| int | mapGlobalToSliceAxis (int mode, int globalAxis) |
| int | mapSliceToGlobalAxis (int mode, int localAxis) |
| 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). | |
| QColor axisColor | ( | int | mode | ) |
get color assigned to a specific axis
| int & axisColorMode | ( | ) |
modifiable index of the axis color mode
| QString axisName | ( | int | axis | ) |
Get the name of the given axis.
| axis | the index of the axis (see iAAxisIndex) |
| int mapGlobalToSliceAxis | ( | int | mode, |
| int | globalAxis ) |
| 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).