| genre | Octree |
| status | stable |
| author | Florian Link |
| package | MeVisLab/Standard |
| dll | MLGVR |
| definition | MLGVR.def |
| see also | SoGVRVolumeRenderer, SoGVRPickResult, GVRPickResultInfo |
| keywords | GVR, octree |
The module GVRPickResultToCurve allows to convert the pick result of a SoGVRPickResult module to a ml::CurveList containing various voxel profiles.
The GVRPickResult base object which can be obtained from a SoGVRPickResult.
| 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 |
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.
If checked, the alpha profile is added to the output curve list.
If checked, the internal intensity profile is added to the output curve list.
If checked, the original value profile is added to the output curve list.
If checked, the color profile is added to the output curve list.
If checked, the mask volume profile is added to the output curve list.