57 #ifndef vtkAbstractPicker_h
58 #define vtkAbstractPicker_h
94 virtual int Pick(
double selectionX,
double selectionY,
double selectionZ,
103 {
return this->Pick(selectionPt[0],selectionPt[1],selectionPt[2],ren);};
116 void InitializePickList();
122 void DeletePickList(
vtkProp *);
131 virtual void Initialize();
134 double SelectionPoint[3];
135 double PickPosition[3];
abstract superclass for all actors, volumes and annotations
abstract base class for most VTK objects
vtkPropCollection * GetPickList()
#define vtkGetMacro(name, type)
abstract specification for renderers
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkGetObjectMacro(name, type)
#define VTKRENDERINGCORE_EXPORT
define API for picking subclasses
vtkPropCollection * PickList
#define vtkBooleanMacro(name, type)
#define vtkGetVectorMacro(name, type, count)
int Pick(double selectionPt[3], vtkRenderer *ren)
#define vtkSetMacro(name, type)