29 #ifndef vtkOpenVRHardwarePicker_h
30 #define vtkOpenVRHardwarePicker_h
33 #include "vtkRenderingOpenVRModule.h"
49 virtual int PickProp(
double selectionPt[3],
double eventWorldOrientation[4],
a simple class to control print indentation
pick an actor/prop given a controller position and orientation
virtual int PickProp(double selectionPt[3], double eventWorldOrientation[4], vtkRenderer *renderer, vtkPropCollection *pickfrom, bool actorPassOnly)
Perform a pick from the user-provided list of vtkProps.
vtkOpenVRHardwarePicker()
void Initialize() override
vtkSelection * GetSelection()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkOpenVRHardwarePicker() override
static vtkOpenVRHardwarePicker * New()
pick an actor/prop using graphics hardware
abstract specification for renderers
data object that represents a "selection" in VTK.