SoGVRSubVolumeSettings

InventorModule
genre VolRendExtensions
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoGVR
definition soGVR.def
see also SoGVRVolumeRenderer

Purpose

The SoGVRSubVolumeSettings module allows to overwrite the ROI settings of a SoGVRVolumeRenderer modules.

Tips

The voxel and world position of the ROI are NOT synced, since the same ROI can be used in various SoGVRVolRen modules with different volume sizes and positions, so that the voxel size is different depending on the rendered scene.

Windows

Default Panel

../../../Modules/Inventor/SoGVR/mhelp/Images/Screenshots/SoGVRSubVolumeSettings._default.png

Output Fields

self

name: self, type: SoNode

a node that should be put in front of the SoGVRVolumeRenderer

Parameter Fields

Visible Fields

Enabled (enabled)

name: enabled, type: Bool, default: TRUE

Enables the ROI settings.

Enabled (enableTimePoint)

name: enableTimePoint, type: Bool, default: FALSE

Enables the Enabled settings.

Temporal Position

name: currentTimePoint, type: Integer, default: 0

Sets the current temporal position.

X (subVolumeStartX)

name: subVolumeStartX, type: Integer, default: 0

Defines the sub volume.

Y (subVolumeStartY)

name: subVolumeStartY, type: Integer, default: 0

Defines the sub volume.

Z (subVolumeStartZ)

name: subVolumeStartZ, type: Integer, default: 0

Defines the sub volume.

X (subVolumeEndX)

name: subVolumeEndX, type: Integer, default: 99999

Defines the sub volume.

Y (subVolumeEndY)

name: subVolumeEndY, type: Integer, default: 99999

Defines the sub volume.

Z (subVolumeEndZ)

name: subVolumeEndZ, type: Integer, default: 99999

Defines the sub volume.

Use World Positions

name: useWorldPositions, type: Bool, default: FALSE

Enables usage of the World Start Position and World End Position instead of the voxel based ROI.

World Start Position

name: worldStartPosition, type: Vector3, default: 0 0 0

Defines the ROI start in world coordinates.

World End Position

name: worldEndPosition, type: Vector3, default: 0 0 0

Defines the ROI end in world coordinates.