X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtk3DBaseView.h;h=f4fc33e3488274be14c4cb6ca1dbdacd75d44f49;hb=f9901e756bb82bd333310b47607875331616bb29;hp=8a32d1f8ade5bc72e05de795cb82d3996ad920f7;hpb=d341ae08f29d0b48044dcee9b4d7399c4b895e52;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h index 8a32d1f..f4fc33e 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h @@ -40,23 +40,22 @@ class creaMaracasVisu_EXPORT wxVtk3DBaseView: public wxVtkBaseView { public: - wxVtk3DBaseView( wxWindow *parent ); + wxVtk3DBaseView( wxWindow *parent, vtkBaseData* vtkbasedata ); virtual ~wxVtk3DBaseView(); - vtkCamera* GetCamera(); + vtkCamera* GetCamera(); virtual vtkRenderer* GetRenderer(); virtual vtkRenderWindow* GetRenWin(); - void Refresh(); - void Configure(); - virtual void GetSpacing(double spc[3]); - void SetStereo(int type); - void ResetCamera(int *ext=NULL,double* spc=NULL); - + void Refresh(); + void Configure(); + virtual void GetSpacing(double spc[3]); + void SetStereo(int type); + void ResetCamera(int *ext=NULL,double* spc=NULL); private: - bool _configure; - vtkRenderer *_aRenderer; - vtkRenderWindow *_renWin; - vtkCamera *_aCamera; + bool _configure; + vtkRenderer *_aRenderer; + vtkRenderWindow *_renWin; + vtkCamera *_aCamera; protected: };