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.

Windows

Default Panel

../../../Modules/ML/MLGVR/mhelp/Images/Screenshots/GVRPickResultToCurve._default.png

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

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 a 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.

Hidden Fields

isValid

name: isValid, type: Bool, persistent: no

availableVolumeNames

name: availableVolumeNames, type: String, persistent: no