vtkInteractorStyleMPRView.h

Go to the documentation of this file.
00001 #ifndef VTKINTERACTORSTYLEMPRVIEW_H_
00002 #define VTKINTERACTORSTYLEMPRVIEW_H_
00003 
00004 #include "InteractorStyleMaracas.h"
00005 
00006 class vtkInteractorStyleMPRView : public InteractorStyleMaracas
00007 {
00008 public:
00009         vtkInteractorStyleMPRView();
00010         ~vtkInteractorStyleMPRView();
00011 
00012         virtual bool  OnMouseMove();
00013         virtual bool  OnLeftButtonDown(); 
00014         virtual bool  OnLeftButtonUp();
00015         virtual bool  OnLeftDClick();
00016 
00017 protected:
00018 /*EED Borrame
00019                 double  _xBack;
00020                 double  _yBack;
00021 */
00022                 bool    _stateMoveAxisX;
00023                 bool    _stateMoveAxisY;
00024                 bool    _stateMoveAxisZ;
00025 };
00026 
00027 #endif /*VTKINTERACTORSTYLEMPRVIEW_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1