 |
VTK
9.0.1
|
Go to the documentation of this file.
70 #ifndef vtkPickingManager_h
71 #define vtkPickingManager_h
74 #include "vtkRenderingCoreModule.h"
95 vtkBooleanMacro(Enabled,
bool);
96 vtkSetMacro(Enabled,
bool);
97 vtkGetMacro(Enabled,
bool);
110 void SetOptimizeOnInteractorEvents(
bool optimize);
111 vtkGetMacro(OptimizeOnInteractorEvents,
bool);
181 int GetNumberOfPickers();
203 vtkInternal* Internal;
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
define API for picking subclasses
a list of nodes that form an assembly path
bool OptimizeOnInteractorEvents
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
platform-independent render window interaction including picking and frame rate control.
vtkRenderWindowInteractor * Interactor
abstract API for pickers that can pick an instance of vtkProp
abstract specification for renderers