41 #ifndef vtkPickingManager_h
42 #define vtkPickingManager_h
45 #include "vtkRenderingCoreModule.h"
47 VTK_ABI_NAMESPACE_BEGIN
67 vtkBooleanMacro(Enabled,
bool);
68 vtkSetMacro(Enabled,
bool);
69 vtkGetMacro(Enabled,
bool);
82 void SetOptimizeOnInteractorEvents(
bool optimize);
83 vtkGetMacro(OptimizeOnInteractorEvents,
bool);
153 int GetNumberOfPickers();
175 vtkInternal* Internal;
178 VTK_ABI_NAMESPACE_END
abstract base class for most VTK objects
Class defines API to manage the picking process.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
platform-independent render window interaction including picking and frame rate control.
a list of nodes that form an assembly path
a simple class to control print indentation
bool OptimizeOnInteractorEvents
vtkRenderWindowInteractor * Interactor
abstract API for pickers that can pick an instance of vtkProp
define API for picking subclasses
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...