SoFlipAxisProcessing3d image filter More...
#include <ImageViz/Engines/GeometryAndMatching/GeometricTransforms/SoFlipAxisProcessing3d.h>
Public Types | |
enum | AxisSelection { X_AXIS = 0, Y_AXIS = 1, Z_AXIS = 2 } |
Public Member Functions | |
SoFlipAxisProcessing3d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFEnum | axisSelection |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoFlipAxisProcessing3d filter flips the image along the the x, y or z axis.
inImage | NULL |
axisSelection | X_AXIS |
SoFlipAxisProcessing3d::SoFlipAxisProcessing3d | ( | ) |
Constructor.
Select the symmetry axis.
Use enum AxisSelection. Default is X_AXIS
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.