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.
Output Fields¶
self¶
-
name:
self
, type:
SoNode
¶ a node that should be put in front of the
SoGVRVolumeRenderer
Parameter Fields¶
Field Index¶
Enabled (enabled) : Bool |
Y (subVolumeStartY) : Integer |
Enabled (enableTimePoint) : Bool |
Y (subVolumeEndY) : Integer |
Temporal Position : Integer |
Z (subVolumeStartZ) : Integer |
Use World Positions : Bool |
Z (subVolumeEndZ) : Integer |
World End Position : Vector3 |
|
World Start Position : Vector3 |
|
X (subVolumeStartX) : Integer |
|
X (subVolumeEndX) : Integer |
Visible Fields¶
Enabled (enableTimePoint)¶
Temporal Position¶
-
name:
currentTimePoint
, type:
Integer
, default:
0
¶ Sets the current temporal position.
Use World Positions¶
-
name:
useWorldPositions
, type:
Bool
, default:
FALSE
¶ Enables usage of the
World Start Position
andWorld End Position
instead of the voxel based ROI.