GVRPickResultToCurve¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module GVRPickResultToCurve allows for converting the pick result of a SoGVRPickResult module to a ml.CurveList containing various voxel profiles.
Windows¶
Default Panel¶
Input Fields¶
inPickResult¶
- name: inPickResult, type: GVRPickResult(MLBase)¶
The GVRPickResult Base object that can be obtained from a
SoGVRPickResult.
Output Fields¶
outCurveList¶
- name: outCurveList, type: CurveList(MLBase)¶
The CurveList that can be visualized in a
SoDiagram2Dor the OutputInspector.For accessing this object via scripting, see the Scripting Reference:
MLCurveListWrapper.
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
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.
Show Inside Mask Volume Curve¶
- name: showInsideMaskVolumeCurve, type: Bool, default: FALSE¶
If checked, the binary profile is added to the output curve list that shows whether a voxel is inside the mask.
Show Tag Volume Curve¶
- name: showTagVolumeCurve, type: Bool, default: FALSE¶
If checked, the tag value profile is added to the output curve list.