Module gwy :: Class BrickTransposeType
[hide private]
[frames] | no frames]

Class BrickTransposeType

source code

Type of volume data transposition.

The enum values names spell which old axis becomes which new axes.


Since: 2.51

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  BRICK_TRANSPOSE_XYZ
No change (useful with axis flipping).
  BRICK_TRANSPOSE_XZY
Axes Z and Y are swapped.
  BRICK_TRANSPOSE_YXZ
Axes Y and Z are swapped.
  BRICK_TRANSPOSE_YZX
Axis X becomes Y, Y becomes Z and Z becomes X.
  BRICK_TRANSPOSE_ZXY
Axes X and Z are swapped.
  BRICK_TRANSPOSE_ZYX
Axis X becomes Z, Y becomes X and Z becomes Y.