GVRPickResultToCurve¶
-
MLModule
¶ genre Octree
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLGVR
definition MLGVR.def see also SoGVRVolumeRenderer
,SoGVRPickResult
,GVRPickResultInfo
keywords octree
Purpose¶
The module GVRPickResultToCurve
allows to convert the pick result of a SoGVRPickResult
module to a ml.CurveList
containing various voxel profiles.
Input Fields¶
inPickResult¶
-
name:
inPickResult
, type:
GVRPickResult(MLBase)
¶ The GVRPickResult base object which can be obtained from a
SoGVRPickResult
.
Output Fields¶
outCurveList¶
-
name:
outCurveList
, type:
CurveList(MLBase)
¶ The CurveList that can be visualized in a
SoDiagram2D
or the OutputInspector.For accessing this object via scripting see the Scripting Reference:MLCurveListWrapper
.
Parameter Fields¶
Field Index¶
availableVolumeNames : String |
Show Tag Volume Curve : Bool |
isValid : Bool |
Volume Name : String |
Show Alpha Curve : Bool |
|
Show Color Curves : Bool |
|
Show Inside Mask Volume Curve : Bool |
|
Show Internal Intensity Curve : Bool |
|
Show Mask Volume Value Curve : Bool |
|
Show Original Value Curve : Bool |
Visible Fields¶
Volume Name¶
-
name:
volumeName
, type:
String
¶ Sets the name of the volume whose profiles should be shown on the output.
The default is the mainVolume. If the pick result contains additional volume profiles, e.g. of secondary or transformed volumes, these can be selected by name and the output profiles will be from that volume.
Show Alpha Curve¶
-
name:
showAlphaCurve
, type:
Bool
, default:
TRUE
¶ If checked, the alpha profile is added to the output curve list.
Show Internal Intensity Curve¶
-
name:
showInternalIntensityCurve
, type:
Bool
, default:
FALSE
¶ If checked, the internal intensity profile is added to the output curve list.
Show Original Value Curve¶
-
name:
showOriginalValueCurve
, type:
Bool
, default:
FALSE
¶ If checked, the original value profile is added to the output curve list.
Show Color Curves¶
-
name:
showColorCurves
, type:
Bool
, default:
FALSE
¶ If checked, the color profile is added to the output curve list.
Show Mask Volume Value Curve¶
-
name:
showMaskVolumeValueCurve
, type:
Bool
, default:
FALSE
¶ If checked, the mask volume profile is added to the output curve list.