]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h
changes in vtkInteractorStyleBaseView2D. Check out the constructor of this class...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleBaseView2D.h
index 1432c06d05883f99794c1cb97dfdb0127a2a39c6..f9bc6ccf6065e8bd8d8f470eeba9bd6a4cc3d582 100644 (file)
@@ -13,6 +13,11 @@ public:
        vtkInteractorStyleBaseView2D();
        ~vtkInteractorStyleBaseView2D();
        static vtkInteractorStyleBaseView2D *New();
+
+       // RaC 04-2010 Look for the description of new changes in vtkInteractorStyleBaseView2D constructor.
+       void  SetInteractorScrollZ(vtkInteractorScrollZ* interactorScroll);
+       void  SetInteractorWindowLevel(manualInteractorWindowLevel* interactorWindowLevel);
+
        virtual void  OnMouseMove();
        virtual void  OnLeftButtonDown(); 
        virtual void  OnLeftButtonUp();