00001 #ifndef VTKINTERACTORSCROLLZ_H_ 00002 #define VTKINTERACTORSCROLLZ_H_ 00003 00004 #include "InteractorStyleMaracas.h" 00005 00006 class vtkInteractorScrollZ : public InteractorStyleMaracas { 00007 public: 00008 vtkInteractorScrollZ(); 00009 virtual ~vtkInteractorScrollZ(); 00010 00011 virtual bool OnMouseMove(); 00012 virtual bool OnRightButtonDown(); 00013 virtual bool OnRightButtonUp(); 00014 00015 00016 00017 protected: 00018 bool _stateFordware; 00019 int _fordwareX; 00020 int _fordwareY; 00021 int _sliceZ; 00022 00023 private: 00024 00025 }; 00026 00027 00028 #endif /*VTKINTERACTORSCROLLZ_H_*/