1 #ifndef VTKINTERACTORSTYLEMPRVIEW_H_
2 #define VTKINTERACTORSTYLEMPRVIEW_H_
4 #include "InteractorStyleMaracas.h"
6 class vtkInteractorStyleMPRView : public InteractorStyleMaracas
9 vtkInteractorStyleMPRView();
10 ~vtkInteractorStyleMPRView();
12 virtual bool OnMouseMove();
13 virtual bool OnLeftButtonDown();
14 virtual bool OnLeftButtonUp();
15 virtual bool OnLeftDClick();
27 #endif /*VTKINTERACTORSTYLEMPRVIEW_H_*/