SoGetPlaneFromVolumeProcessing3d engine More...
#include <ImageViz/Engines/ImageManipulation/ImageEditing/SoGetPlaneFromVolumeProcessing3d.h>
Public Types | |
enum | AxisSelection { X_AXIS = 0, Y_AXIS = 1, Z_AXIS = 2 } |
Public Member Functions | |
SoGetPlaneFromVolumeProcessing3d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoSFEnum | axisSelection |
SoSFInt32 | planeIndex |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoGetPlaneFromVolumeProcessing3d engine extracts a plane from a 3D image. This plane can be orthogonal to X, Y or Z axis.
See also: SoSetImagePlaneToVolumeProcessing3d, SoGetObliquePlaneFromVolumeProcessing3d.
inImage | NULL |
axisSelection | X_AXIS |
planeIndex | 0 |
SoGetPlaneFromVolumeProcessing3d::SoGetPlaneFromVolumeProcessing3d | ( | ) |
Constructor.
Select the axis orthogonal to the plane to extract.
Use enum AxisSelection. Default is X_AXIS
The input image.
Default value is NULL. Supported types include: grayscale binary label image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoGetPlaneFromVolumeProcessing3d::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.
The index of plane.
Default value is 0.