]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorScrollZ.h
7032827df15c9fc49e0710504dfe7570e9f65283
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorScrollZ.h
1 #ifndef VTKINTERACTORSCROLLZ_H_
2 #define VTKINTERACTORSCROLLZ_H_
3
4 #include "InteractorStyleMaracas.h"
5
6 class vtkInteractorScrollZ : public InteractorStyleMaracas {
7 public:
8         vtkInteractorScrollZ();
9         virtual ~vtkInteractorScrollZ();
10
11         virtual bool  OnMouseMove();
12         virtual bool  OnRightButtonDown();
13         virtual bool  OnRightButtonUp();
14
15
16
17 protected:
18                 bool                    _stateFordware;
19             int                         _fordwareX;
20         int                             _fordwareY;
21                 int                             _sliceZ;
22
23 private:
24
25 };
26
27
28 #endif /*VTKINTERACTORSCROLLZ_H_*/