30 #ifndef vtkOpenVRPropPicker_h 31 #define vtkOpenVRPropPicker_h 33 #include "vtkRenderingOpenVRModule.h" 50 int PickProp(
double selectionPt[3],
double eventWorldOrientation[4],
56 int Pick(
double selectionX,
double selectionY,
double selectionZ,
64 void Initialize() VTK_OVERRIDE;
abstract superclass for all actors, volumes and annotations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer) override
Override superclasses' Pick() method.
int PickProp(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)
Perform the pick and set the PickedProp ivar.
pick an actor/prop given a controller position and orientation
a simple class to control print indentation
pick an actor/prop given XYZ coordinates
static vtkPropPicker3D * New()