SoGVRPickResult

InventorModule
genre VolRendExtensions
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoGVR
definition soGVR.def

Purpose

The SoGVRPickResult module allows to get the complete voxel profiles of a ray pick on the SoGVRVolRen. The module needs to be placed in the scene in front of the SoGVRVolumeRenderer module and outputs the result of a ray pick via its outPickResult base field. This result can be introspected by other modules, e.g. GVRPickResultInfo and GVRPickResultToCurve.

Note: it is required to have a SoSelection, SoPicking or similar Inventor module in the scene so that a pick on the viewer really triggers an Inventor ray pick action.

Output Fields

outPickResult

name: outPickResult, type: GVRPickResult(MLBase)

gives the GVRPickResult base object which can be connected to other GVRPickResult* modules

self

name: self, type: SoNode

a node that should be put in front of the SoGVRVolumeRenderer

Parameter Fields

Visible Fields

Enabled

name: enabled, type: Bool, default: TRUE

Enables the module.