#ifndef VTKINTERACTORSTYLEMPRVIEW_H_ #define VTKINTERACTORSTYLEMPRVIEW_H_ #include "InteractorStyleMaracas.h" class vtkInteractorStyleMPRView : public InteractorStyleMaracas { public: vtkInteractorStyleMPRView(); ~vtkInteractorStyleMPRView(); virtual bool OnMouseMove(); virtual bool OnLeftButtonDown(); virtual bool OnLeftButtonUp(); virtual bool OnLeftDClick(); protected: /*EED Borrame double _xBack; double _yBack; */ bool _stateMoveAxisX; bool _stateMoveAxisY; bool _stateMoveAxisZ; }; #endif /*VTKINTERACTORSTYLEMPRVIEW_H_*/