29 #ifndef __vtkInteractorStyleImage2_h 30 #define __vtkInteractorStyleImage2_h 32 #include <vtkObjectFactory.h> 33 #if(VTK_MAJOR_VERSION > 5) 34 #include <vtkInteractionStyleModule.h> 35 #define VTK_EXT_STYLE_EXPORT VTKINTERACTIONSTYLE_EXPORT 37 #define VTK_EXT_STYLE_EXPORT VTK_RENDERING_EXPORT 39 #include <vtkInteractorStyleImage.h> 40 #include <vtkImageViewer2.h> 47 void PrintSelf(ostream& os, vtkIndent indent);
49 virtual void OnMouseWheelForward();
50 virtual void OnMouseWheelBackward();
55 inline vtkImageViewer2* GetViewer()
57 inline void SetViewer(vtkImageViewer2 *view)
64 vtkImageViewer2 * viewer;