]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h
#3155 creaMaracasVisu Feature New Normal - ViewerPlane ComplexBox
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DView.h
index a46afe60ab19da8ac925ed683915fa7629dbd034..c1a639f78a503d69512d00f05ce7c82d1863aee1 100644 (file)
@@ -47,36 +47,26 @@ public:
        void                            VisibleImageActor(int idPosition, bool visible);
        void                            VisiblePointWidget( bool visible );
        void                            VisiblePlaneWidget( bool visible );
-
        void                            SetVisibleTissue(int idTissue, bool visible);
        bool                            GetVisibleTissue(int idTissue);
        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);
-
        vtkMPR3DDataViewer* GetVtkMPR3DDataViewer();
        wxVtk3DBaseView*        GetWxvtk3Dbaseview() throw (char*);
-
        void                            InitOrientationPointWidget(); 
        void                            showOutlineActor(bool value);
-
        // EED 25 Janvier 2007 testLoic
        void                            TestLoic1();
        void                            TestLoic2();
-
-       void RemoveActor(vtkActor* actor);
-
+       void                            RemoveActor(vtkActor* actor);
 //EED 27/05/2013
 //     void ResetCamera(int *ext=NULL,double* spc=NULL);
-
        void setColorTransferFunction(vtkColorTransferFunction* colortable);
-
-       
        //Free planes
        //-------------------------------------------------------------------
        void ConfigureFreePlanes();
@@ -84,11 +74,8 @@ public:
        void FreePlaneVisible(int plane, bool ok);
        void FreePlaneInteraction(bool ok);
        void SetFreePlanesOrtho();
-       
        void SetColorWindow(double colorWindow);
        void SetColorLevel(double colorLevel);
-
-       
 private:
        wxVtk3DBaseView                                 *_wxvtk3Dbaseview;
        vtkMPR3DDataViewer                              *_vtkmpr3Ddataviewer;