vtkInteractorScrollZ.h

Go to the documentation of this file.
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_*/

Generated on Wed Jul 29 16:35:30 2009 for creaMaracasVisu_lib by  doxygen 1.5.3