GVRVolumeToOrthoImages

MLModule
genre Octree
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLGVR
definition MLGVR.def
see also SoGVRVolumeRenderer, GVRVolumeSave, GVRVolumeToImage, GVRImageToVolume
inherits from GVRVolumeToImage
keywords octree, convert

Purpose

The module GVRVolumeToImage allows to access the image data of a GVRVolume on any octree resolution (full size, half size, quarter size, etc.).

Windows

Default Panel

../../../Modules/ML/MLGVR/mhelp/Images/Screenshots/GVRVolumeToOrthoImages._default.png

Input Fields

inVolume

name: inVolume, type: GVRVolume(MLBase)

Input GVRVolume, e.g. from an GVRVolumeLoad or GVRImageToVolume.

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 SoLUTEditor or a SoDiagram2D.

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

Automatic Node Height: Bool
isValid: Bool
Limit: Integer
maxDepth: Integer
Node Height: Integer
outputImageType: Enum

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 Limit is not exceeded.

see also GVRVolumeToImage.automaticNodeHeight

Limit

name: limit, type: Integer, default: 100

Sets or shows the maximum output image memory consumption in MB.

see also GVRVolumeToImage.limit

Hidden Fields

isValid

name: isValid, type: Bool, default: FALSE

maxDepth

name: maxDepth, type: Integer, default: 0

outputImageType

name: outputImageType, type: Enum, default: ImageData

Values:

Title Name
Image Data ImageData
Gradient Data GradientData