X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtk2DBaseView.h;h=6903109de2e6cd1fcc4fde3f8d6eee71c649a8e7;hb=ae196719490130990cdde501c982c3370b46b21c;hp=7516b6c0104e8b839cce0c31ee36a43fc95884a4;hpb=6a3077638c3045db3888c8c5641d141ff078c8dc;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h index 7516b6c..6903109 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h @@ -6,6 +6,7 @@ //class vtkInteractorStyleBaseView; #include "vtkInteractorStyleBaseView.h" +#include "vtkInteractorStyleBaseView2D.h" class vtkInfoTextImage; class vtkInfoTextImageInteractor; @@ -39,12 +40,15 @@ public: void setWindowLevel(double level); void setColorLevel(double level); + virtual int GetDirection(); + private: vtkBaseData *_vtkbasedata; vtkInfoTextImage *_vtkIinfoTextImage; vtkInfoTextImageInteractor *_vtkIinfoTextImageInteractor; + vtkInteractorStyleBaseView2D * _style2D; protected: