X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtk3DBaseView.h;h=8a32d1f8ade5bc72e05de795cb82d3996ad920f7;hb=449536b536a44335dc3b5a7604e34484eb046e62;hp=7406907d1d8340e3b519628ee3cb123a1de13cc7;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h index 7406907..8a32d1f 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h @@ -37,7 +37,8 @@ //------------------------------------------------------------------ //------------------------------------------------------------------ -class creaMaracasVisu_EXPORT wxVtk3DBaseView: public wxVtkBaseView{ +class creaMaracasVisu_EXPORT wxVtk3DBaseView: public wxVtkBaseView +{ public: wxVtk3DBaseView( wxWindow *parent ); virtual ~wxVtk3DBaseView(); @@ -46,8 +47,10 @@ public: virtual vtkRenderWindow* GetRenWin(); void Refresh(); void Configure(); - virtual void GetSpacing(double spc[3]); + virtual void GetSpacing(double spc[3]); void SetStereo(int type); + void ResetCamera(int *ext=NULL,double* spc=NULL); + private: bool _configure;