Go to the documentation of this file.
35 #ifndef vtkWorldPointPicker_h
36 #define vtkWorldPointPicker_h
38 #include "vtkRenderingCoreModule.h"
52 int Pick(
double selectionX,
double selectionY,
double selectionZ,
static vtkWorldPointPicker * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
find world x,y,z corresponding to display x,y,z
define API for picking subclasses
int Pick(double selectionPt[3], vtkRenderer *renderer)
a simple class to control print indentation
abstract specification for renderers
virtual int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)=0
Perform pick operation with selection point provided.
int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)
Perform the pick.