17 #ifndef vtkVRHardwarePicker_h
18 #define vtkVRHardwarePicker_h
21 #include "vtkRenderingVRModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
39 virtual int PickProp(
double selectionPt[3],
double eventWorldOrientation[4],
pick an actor/prop given a controller position and orientation
pick an actor/prop using graphics hardware
void Initialize() override
abstract specification for renderers
data object that represents a "selection" in VTK.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPropPicker * New()
a simple class to control print indentation
int PickProp(double selectionX, double selectionY, vtkRenderer *renderer)
Perform the pick and set the PickedProp ivar.
vtkSmartPointer< vtkSelection > Selection