SoGVRMaskSettings¶
-
InventorModule
¶ genre VolRendExtensions
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoGVR
definition soGVR.def see also SoGVRVolumeRenderer
,SoGVRMaskVolume
Purpose¶
The SoGVRMaskSettings
module allows for overwriting the settings of a previous SoGVRMaskVolume
module. It has the same fields as the SoGVRMaskVolume
module, but it uses its input image only for knowing the world coordinate system; it does not read the image data.
For details of the mask volume and the parameters, see SoGVRMaskVolume
.
Tips¶
This module is only useful if you want to have multiple SoGVRVolumeRenderer
renderers with the same mask volume but different mask settings. See example network.
Output Fields¶
self¶
-
name:
self
, type:
SoNode
¶ A node that should be put in front of the
SoGVRVolumeRenderer
and after aSoGVRMaskVolume
.
Parameter Fields¶
Field Index¶
Binary : Bool |
Interpolate : Bool |
Replace World To Voxel Matrix : Bool |
Binary Threshold : Float |
Mask : Bool |
Tag Mode : Enum |
Custom World To Voxel Matrix : Matrix |
Modify World Coordinates : Bool |
Transform Mode : Enum |
Enabled (modifyRGBA) : Bool |
Outside Alpha : Float |
World Center : Vector3 |
enabled (enabled) : Bool |
Outside Color : Color |
World Rotation : Rotation |
Inside Alpha : Float |
Outside Tag Value : Integer |
World Scale : Vector3 |
Inside Color : Color |
Overwrite Settings (overwriteSettings) : Bool |
|
Inside Tag Value : Integer |
Overwrite Settings (overwriteTransformSettings) : Bool |
Visible Fields¶
Transform Mode¶
-
name:
transformMode
, type:
Enum
, default:
UseWorldCoordinates
¶
Values:
Title | Name |
---|---|
Use World Coordinates | UseWorldCoordinates |
Scale To Image | ScaleToImage |
Replace World To Voxel Matrix¶
-
name:
replaceWorldToVoxelMatrix
, type:
Bool
, default:
FALSE
, deprecated name:
useTransformationMatrix
¶
Custom World To Voxel Matrix¶
-
name:
customWorldToVoxelMatrix
, type:
Matrix
, default:
1 0 0 0, 0 1 0 0, 0 0 1 0, 0 0 0 1
, deprecated name:
transformationMatrix
¶