Go to the documentation of this file.
31 #ifndef vtkPropPicker3D_h
32 #define vtkPropPicker3D_h
34 #include "vtkRenderingCoreModule.h"
53 int PickProp(
double selectionX,
double selectionY,
60 int PickProp(
double selectionX,
double selectionY,
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)
Methods invoked by print to print information about the object including superclasses.
int Pick(double selectionPt[3], vtkRenderer *renderer)
a simple class to control print indentation
int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)
Overide superclasses' Pick() method.
abstract API for pickers that can pick an instance of vtkProp
pick an actor/prop given XYZ coordinates
abstract superclass for all actors, volumes and annotations
vtkPropCollection * PickFromProps
abstract specification for renderers
int PickProp(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)
Perform the pick and set the PickedProp ivar.
virtual int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer)=0
Perform pick operation with selection point provided.
static vtkPropPicker3D * New()
int PickProp(double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer, vtkPropCollection *pickfrom)
Perform a pick from the user-provided list of vtkProps and not from the list of vtkProps that the ren...