]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h
#3109 creaMaracasVisu Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DView.h
index 0449b26887457d31d24082cdd1cd006106acae21..4d42b26342bcdebb9ca990a465bd4d7d10e3bfbc 100644 (file)
@@ -53,6 +53,9 @@ public:
        virtual void            Refresh();
        virtual void            RefreshView();
        virtual void            Configure();
+       void                            SetImage();
+
+       void                            SetBackGroundType(int type);
        void                            SetVtkMPR3DDataViewer( vtkMPR3DDataViewer *vtkmpr3Ddataviewer );
        wxPanel*                        CreateControlPanel(wxWindow *parent, bool align);
 
@@ -67,11 +70,12 @@ public:
        void                            TestLoic2();
 
        void RemoveActor(vtkActor* actor);
-       void ResetCamera(int *ext=NULL, double* origin=NULL,double* spc=NULL);
+
+//EED 27/05/2013
+//     void ResetCamera(int *ext=NULL,double* spc=NULL);
 
        void setColorTransferFunction(vtkColorTransferFunction* colortable);
 
-       
        //Free planes
        //-------------------------------------------------------------------
        void ConfigureFreePlanes();
@@ -83,7 +87,6 @@ public:
        void SetColorWindow(double colorWindow);
        void SetColorLevel(double colorLevel);
 
-       
 private:
        wxVtk3DBaseView                                 *_wxvtk3Dbaseview;
        vtkMPR3DDataViewer                              *_vtkmpr3Ddataviewer;
@@ -101,11 +104,10 @@ private:
        vtkPolyDataMapper                               *_contourMapper;
 
        //Free planes
-       vtkImagePlaneWidget *_planeWidgetX;
-       vtkImagePlaneWidget *_planeWidgetY;
-       vtkImagePlaneWidget *_planeWidgetZ;
+       vtkImagePlaneWidget                     *_planeWidgetX;
+       vtkImagePlaneWidget                     *_planeWidgetY;
+       vtkImagePlaneWidget                     *_planeWidgetZ;
        
-
 protected:
 };