RotatedDummyImage¶
- MLModule¶
author
package
dll
definition
see also
keywords
View2DSceneMPR,mpr,rotate,reformat,volume,MAPReformattedDummyImage
Purpose¶
The RotatedDummyImage module provides a dummy reformatted image.
It calculates the rotated bounding box to contain the whole original volume.
The output is filled with the maximum voxel value, since this module
does not calculate the reformatted output data, it only provides a dummy
image for a SoView2D to provide the coordinate system to draw on.
The SoView2D should have “draw image data” turned off when such an image is
attached to it. The real rendering is then done by e.g. the SoView2DOverlayMPR, SoView2DScene
or the GVR volume renderer.
The module is parameterized via the “rotation” field and
the input image, whose voxelSize, worldMatrix and extend are taken into account.
Parameter Fields¶
Visible Fields¶
Rotation¶
- name: rotation, type: Rotation, default: 0 0 1 0¶
Axial¶
- name: axial, type: Trigger¶
Sagittal¶
- name: sagittal, type: Trigger¶
Coronal¶
- name: coronal, type: Trigger¶