]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleMPRView.h
1 #ifndef VTKINTERACTORSTYLEMPRVIEW_H_
2 #define VTKINTERACTORSTYLEMPRVIEW_H_
3
4 #include "InteractorStyleMaracas.h"
5
6 class vtkInteractorStyleMPRView : public InteractorStyleMaracas
7 {
8 public:
9         vtkInteractorStyleMPRView();
10         ~vtkInteractorStyleMPRView();
11
12         virtual bool  OnMouseMove();
13         virtual bool  OnLeftButtonDown(); 
14         virtual bool  OnLeftButtonUp();
15         virtual bool  OnLeftDClick();
16
17 protected:
18 /*EED Borrame
19                 double  _xBack;
20                 double  _yBack;
21 */
22                 bool    _stateMoveAxisX;
23                 bool    _stateMoveAxisY;
24                 bool    _stateMoveAxisZ;
25 };
26
27 #endif /*VTKINTERACTORSTYLEMPRVIEW_H_*/