GVRVolumeToOrthoImages¶
- MLModule¶
genre
author
package
dll
definition
see also
SoGVRVolumeRenderer,GVRVolumeSave,GVRVolumeToImage,GVRImageToVolumeinherits from
keywords
Purpose¶
The module GVRVolumeToOrthoImages allows for accessing the image data of a GVRVolume on any octree resolution (full size, half size, quarter size, etc.).
Windows¶
Default Panel¶
Input Fields¶
inVolume¶
- name: inVolume, type: GVRVolume(MLBase)¶
Input GVRVolume, e.g., from an
GVRVolumeLoadorGVRImageToVolume.
see also GVRVolumeToImage.inVolume
Output Fields¶
output0¶
- name: output0, type: Image¶
Sagittal view - from left to right (negative x-direction).
see also GVRVolumeToImage.output0
output1¶
- name: output1, type: Image¶
Coronal view - from front to back (positive y-direction).
output2¶
- name: output2, type: Image¶
Transversal (axial) view - from bottom to top (positive z-direction).
outHistogram¶
- name: outHistogram, type: CurveData(MLBase)¶
Outputs a histogram that can be used, e.g., in a
SoLUTEditoror aSoDiagram2D.The histogram is only given if the data is not rescaled compared to the original min/max values; otherwise, it will be NULL.
For accessing this object via scripting, see the Scripting Reference:
MLCurveDataWrapper.
see also GVRVolumeToImage.outHistogram
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
Visible Fields¶
Node Height¶
- name: nodeHeight, type: Integer, default: 0, minimum: 0, maximum: :field:`maxDepth`¶
Sets the octree resolution that is given in output0.
A value of 0 means the full resolution, 1 means half, 2 means quarter, etc.
see also GVRVolumeToImage.nodeHeight
Automatic Node Height¶
- name: automaticNodeHeight, type: Bool, default: FALSE¶
If checked, the node height is automatically set to a value so that the
Limitis not exceeded.
see also GVRVolumeToImage.automaticNodeHeight
Limit¶
- name: limit, type: Integer, default: 100¶
Sets and shows the maximum output image memory consumption in MB.
see also GVRVolumeToImage.limit