]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.h
#2482 creaMaracasVisu Bug New - HighColorLayer refresh missing. The MPR is not...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk3DBaseView.h
index 8a32d1f8ade5bc72e05de795cb82d3996ad920f7..db9804e7d8eca2f2fca15f77ae998f24f8d71545 100644 (file)
 class creaMaracasVisu_EXPORT wxVtk3DBaseView: public wxVtkBaseView
 {
 public:
-       wxVtk3DBaseView( wxWindow *parent );
+       wxVtk3DBaseView( wxWindow *parent, vtkBaseData* vtkbasedata );
        virtual ~wxVtk3DBaseView();
-       vtkCamera*                      GetCamera();
-       virtual vtkRenderer*            GetRenderer();
+       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:
 };