35 #ifndef vtkWorldPointPicker_h 36 #define vtkWorldPointPicker_h 38 #include "vtkRenderingCoreModule.h" 52 int Pick(
double selectionX,
double selectionY,
double selectionZ,
~vtkWorldPointPicker() override
int Pick(double selectionPt[3], vtkRenderer *renderer)
Perform the pick.
abstract specification for renderers
a simple class to control print indentation
virtual int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)=0
Perform pick operation with selection point provided.
define API for picking subclasses
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
find world x,y,z corresponding to display x,y,z
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.