35#ifndef vtkRenderedAreaPicker_h
36#define vtkRenderedAreaPicker_h
38#include "vtkRenderingCoreModule.h"
Picks props behind a selection rectangle on a viewport.
a simple class to control print indentation
Uses graphics hardware to picks props behind a selection rectangle on a viewport.
virtual int AreaPick(double x0, double y0, double x1, double y1, vtkRenderer *)
Perform pick operation in volume behind the given screen coordinates.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkRenderedAreaPicker * New()
abstract specification for renderers