#ifndef VTKINTERACTORSCROLLZ_H_ #define VTKINTERACTORSCROLLZ_H_ #include "InteractorStyleMaracas.h" class vtkInteractorScrollZ : public InteractorStyleMaracas { public: vtkInteractorScrollZ(); virtual ~vtkInteractorScrollZ(); virtual bool OnMouseMove(); virtual bool OnRightButtonDown(); virtual bool OnRightButtonUp(); protected: bool _stateFordware; int _fordwareX; int _fordwareY; int _sliceZ; private: }; #endif /*VTKINTERACTORSCROLLZ_H_*/