20 #ifndef AXLINTERACTORSTYLERUBBERBANDPICK_H
21 #define AXLINTERACTORSTYLERUBBERBANDPICK_H
23 #include <vtkInteractorStyleRubberBandPick.h>
24 #include <vtkSmartPointer.h>
31 class axlInteractorStyleRubberBandPickPrivate;
45 virtual void OnLeftButtonUp();
47 void SetPolyData(vtkSmartPointer<vtkPolyData> points);
48 QVector<int> ids(
void);
51 void IdsSelectedChanged(
void);
54 axlInteractorStyleRubberBandPickPrivate *d;
59 #endif // AXLINTERACTORSTYLERUBBERBANDPICK_H
#define AXLVTKVIEWPLUGIN_EXPORT