Go to the documentation of this file.
35 #ifndef vtkPropPicker_h
36 #define vtkPropPicker_h
67 int Pick(
double selectionX,
double selectionY,
double selectionZ,
70 {
return this->
Pick( selectionPt[0],
71 selectionPt[1], selectionPt[2], renderer); }
void PrintSelf(ostream &os, vtkIndent indent)
int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)
find world x,y,z corresponding to display x,y,z
#define vtkTypeMacro(thisClass, superclass)
static vtkPropPicker * New()
a simple class to control print indentation
vtkWorldPointPicker * WorldPointPicker
int PickProp(double selectionX, double selectionY, vtkRenderer *renderer)
pick an actor/prop using graphics hardware
abstract API for pickers that can pick an instance of vtkProp
int Pick(double selectionPt[3], vtkRenderer *renderer)
int PickProp(double selectionX, double selectionY, vtkRenderer *renderer, vtkPropCollection *pickfrom)
abstract superclass for all actors, volumes and annotations
abstract specification for renderers
#define VTKRENDERINGCORE_EXPORT
virtual int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)=0
vtkPropCollection * PickFromProps