SoSwapAxisProcessing3d engine performs a transposition of the image.
More...
#include <ImageViz/Engines/GeometryAndMatching/GeometricTransforms/SoSwapAxisProcessing3d.h>
Public Types | |
| enum | TranspositionMode { XYZ_TO_YXZ = 0, XYZ_TO_XZY = 1, XYZ_TO_YZX = 2, XYZ_TO_ZXY = 3, XYZ_TO_ZYX = 4 } |
Public Member Functions | |
| SoSwapAxisProcessing3d () | |
Public Attributes | |
| SoSFImageDataAdapter | inImage |
| SoSFEnum | transpositionMode |
| SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
SoSwapAxisProcessing3d engine performs a transposition of the image.
The SoSwapAxisProcessing3d filter performs a transposition of the image along the X, Y or z axis.
| inImage | NULL |
| transpositionMode | XYZ_TO_YXZ |
| SoSwapAxisProcessing3d::SoSwapAxisProcessing3d | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.
Select the transposition mode.
Use enum TranspositionMode. Default is XYZ_TO_YXZ