19#ifndef vtkZSpaceHardwarePicker_h 
   20#define vtkZSpaceHardwarePicker_h 
   23#include "vtkRenderingZSpaceModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
   42  virtual int PickProp(
const double pos[3], 
const double wxyz[4], 
int fieldAssociation,
 
   55  vtkSetMacro(PointPickingRadius, 
int);
 
   56  vtkGetMacro(PointPickingRadius, 
int);
 
   64  int PointPickingRadius = 30;
 
a simple class to control print indentation
 
pick an actor/prop using graphics hardware
 
abstract specification for renderers
 
data object that represents a "selection" in VTK.
 
Hold a reference to a vtkObjectBase instance.
 
Pick an actor/prop given the stylus position and orientation.
 
vtkSmartPointer< vtkSelection > Selection
 
~vtkZSpaceHardwarePicker() override=default
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkSelection * GetSelection()
Return the latest selection.
 
virtual int PickProp(const double pos[3], const double wxyz[4], int fieldAssociation, vtkRenderer *renderer, bool actorPassOnly)
Perform a pick from the user-provided list of vtkProps.
 
vtkZSpaceHardwarePicker()=default
 
static vtkZSpaceHardwarePicker * New()