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_*/