X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleBaseView2D.h;h=674628c1dffabea384962d824a32c1870290a942;hb=f9901e756bb82bd333310b47607875331616bb29;hp=4d10e9c633069dc52f166260ce605db4bdf7ab85;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h index 4d10e9c..674628c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h @@ -27,6 +27,7 @@ #define VTKINTERACTORSTYLEBASEVIEW2D_H_ #include "vtkInteractorScrollZ.h" +#include "vtkInteractorZoomCamera.h" #include "manualInteractorWindowLevel.h" //------------------------------------------------------------------ @@ -42,6 +43,8 @@ public: // RaC 04-2010 Look for the description of new changes in vtkInteractorStyleBaseView2D constructor. void SetInteractorScrollZ(vtkInteractorScrollZ* interactorScroll); void SetInteractorWindowLevel(manualInteractorWindowLevel* interactorWindowLevel); + void SetInteractorZoomCamera(vtkInteractorZoomCamera* interactorZoomcamera); + virtual void OnMouseMove(); virtual void OnLeftButtonDown(); @@ -59,6 +62,7 @@ protected: private: manualInteractorWindowLevel *_manualinteractorwindowlevel; vtkInteractorScrollZ *_vtkInteractorScrollZ; + vtkInteractorZoomCamera *_vtkInteractorZoomCamera; };