]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleSphere.h
3d559286b37b1d4f985ef031472465deb48f9222
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleSphere.h
1 #ifndef VTKINTERACTORSTYLESPHERE_H_
2 #define VTKINTERACTORSTYLESPHERE_H_
3
4 #include "InteractorStyleMaracas.h"
5
6 class vtkInteractorStyleSphere : public InteractorStyleMaracas
7 {
8 public:
9         vtkInteractorStyleSphere();
10         ~vtkInteractorStyleSphere();
11         virtual bool  OnLeftButtonUp(); 
12         virtual bool  OnLeftButtonDown(); 
13         virtual bool  OnMouseMove(); 
14         virtual bool  OnRightButtonUp();
15         virtual bool  OnRightButtonDown();
16
17 private:
18         bool    _stateRotate;
19         bool    _stateRadio;
20         int     _fordwareX;
21         int     _fordwareY;
22
23         double  _radio;
24 };
25
26 #endif /*VTKINTERACTORSTYLESPHERE_H_*/