32 #ifndef vtkRenderedAreaPicker_h
33 #define vtkRenderedAreaPicker_h
35 #include "vtkRenderingCoreModule.h"
56 ~vtkRenderedAreaPicker() VTK_OVERRIDE;
59 vtkRenderedAreaPicker(const vtkRenderedAreaPicker&) VTK_DELETE_FUNCTION;
60 void operator=(const vtkRenderedAreaPicker&) VTK_DELETE_FUNCTION;
static vtkAreaPicker * New()
Uses graphics hardware to picks props behind a selection rectangle on a viewport. ...
abstract specification for renderers
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.
Picks props behind a selection rectangle on a viewport.
virtual int AreaPick(double x0, double y0, double x1, double y1, vtkRenderer *renderer=NULL)
Perform pick operation in volume behind the given screen coordinates.