X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtkBaseView.h;h=54d036f6f4fa5e24800dcca748bed976277ea5b8;hb=255f774ce4100c0b84e6b5efa5c64d0db77f8a61;hp=0ecedb5f0ddf7b02c2431711b9b6af5c829963c8;hpb=b80b4dcc301c1c2c63c0f76cd06b0a434350f7a7;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h index 0ecedb5..54d036f 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h @@ -53,7 +53,7 @@ #include #include "marTypes.h" -#include "wxVTKRenderWindowInteractor.h" +#include "creawxVTKRenderWindowInteractor.h" //#include "include/vtkImageViewer2_XYZ.h" /* JCP 14/05/09 @@ -69,7 +69,7 @@ public: wxVtkBaseView( ); wxVtkBaseView( wxWindow *parent ); virtual ~wxVtkBaseView(); - wxVTKRenderWindowInteractor *GetWxVTKRenderWindowInteractor() throw (char*); + crea::wxVTKRenderWindowInteractor *GetWxVTKRenderWindowInteractor() throw (char*); virtual void Configure(); virtual void Refresh(); virtual void RefreshView(); @@ -95,16 +95,16 @@ public: void SetVtkBaseData(vtkBaseData *vtkbasedata); private: - wxWindow *_parent; - wxVTKRenderWindowInteractor *_iren; + wxWindow *_parent; + crea::wxVTKRenderWindowInteractor *_iren; /** * JCP 04/05/09 - * vtkInteractorStyleImage *_interactorStyle; + * vtkInteractorStyleImage *_interactorStyle; */ - vtkInteractorStyleImage *_interactorStyle; + vtkInteractorStyleImage *_interactorStyle; // EED Nov 15 2014 - vtkBaseData *_vtkbasedata; + vtkBaseData *_vtkbasedata; protected: