#ifndef VTKINTERACTORSTYLESPHERE_H_ #define VTKINTERACTORSTYLESPHERE_H_ #include "InteractorStyleMaracas.h" class vtkInteractorStyleSphere : public InteractorStyleMaracas { public: vtkInteractorStyleSphere(); ~vtkInteractorStyleSphere(); virtual bool OnLeftButtonUp(); virtual bool OnLeftButtonDown(); virtual bool OnMouseMove(); virtual bool OnRightButtonUp(); virtual bool OnRightButtonDown(); private: bool _stateRotate; bool _stateRadio; int _fordwareX; int _fordwareY; double _radio; }; #endif /*VTKINTERACTORSTYLESPHERE_H_*/