15 #ifndef axlInteractorCellPicking_H
16 #define axlInteractorCellPicking_H
18 #include <vtkInteractorStyleTrackballCamera.h>
19 #include <vtkPolyData.h>
20 #include <vtkSmartPointer.h>
21 #include <QtCore/QObject>
24 class axlInteractorCellPickingPrivate;
34 void OnLeftButtonDown();
36 void setData(vtkSmartPointer<vtkPolyData> data);
43 axlInteractorCellPickingPrivate *d;
46 #endif // axlInteractorCellPicking_H
#define AXLVTKVIEWPLUGIN_EXPORT