#ifndef VTKINTERACTORSTYLEPLANE2D_H_ #define VTKINTERACTORSTYLEPLANE2D_H_ #include "InteractorStyleMaracas.h" class vtkInteractorStylePlane2D : public InteractorStyleMaracas { public: vtkInteractorStylePlane2D(); ~vtkInteractorStylePlane2D(); virtual bool OnLeftButtonDown(); virtual bool OnLeftButtonUp(); virtual bool OnMouseMove(); virtual bool OnRightButtonUp(); virtual bool OnLeftDClick(); bool GetStateRotate(); private: bool _stateRotate; int _fordwareX; int _fordwareY; }; #endif /*VTKINTERACTORSTYLEPLANE2D_H_*/