]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h
#3474 Refresh optimization DrawAxisTree3D Box
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DView.h
index 5ab97aab8a567c76b03aa70a38567a5e3eb85f70..b7bffd41759de49345e2733b4d01d9b873864d93 100644 (file)
@@ -34,6 +34,7 @@
 #include "vtkPlaneWidget.h"
 #include "vtkPointWidget.h"
 #include "vtkImagePlaneWidget.h"
+#include "vtkImageChangeInformation.h"
 
 
 //class vtkmyPWCallback_3DPointWidget;
@@ -59,7 +60,8 @@ public:
        vtkMPR3DDataViewer* GetVtkMPR3DDataViewer();
        wxVtk3DBaseView*        GetWxvtk3Dbaseview() throw (char*);
        void                            InitOrientationPointWidget(); 
-       void                            showOutlineActor(bool value);
+       void                            showOutlineBoxActor(bool value);
+       void                            showOutlinePlaneActor(bool value);
        // EED 25 Janvier 2007 testLoic
        void                            TestLoic1();
        void                            TestLoic2();
@@ -70,13 +72,16 @@ public:
 
        //Free planes
        //-------------------------------------------------------------------
-       void ConfigureFreePlanes();
-       vtkImagePlaneWidget* GetPlaneWidget(unsigned char activationkey, double r, double g, double b, vtkCellPicker* picker);
-       void FreePlaneVisible(int plane, bool ok);
-       void FreePlaneInteraction(bool ok);
-       void SetFreePlanesOrtho();
-       void SetColorWindow(double colorWindow);
-       void SetColorLevel(double colorLevel);
+       void                                    ConfigureFreePlanes();
+       vtkImagePlaneWidget*    GetPlaneWidget(unsigned char activationkey, double r, double g, double b, vtkCellPicker* picker);
+       void                                    FreePlaneVisible(int plane, bool ok);
+       void                                    FreePlaneInteraction(bool ok);
+       void                                    SetFreePlanesOrtho();
+/*Borrame
+       void                                    SetColorWindow(double colorWindow);
+       void                                    SetColorLevel(double colorLevel);
+*/
+       void                                    SetWindowColorLevel(double colorWindow , double colorLevel);
 
 private:
        wxVtk3DBaseView                                 *_wxvtk3Dbaseview;
@@ -99,6 +104,8 @@ private:
        vtkImagePlaneWidget                     *_planeWidgetY;
        vtkImagePlaneWidget                     *_planeWidgetZ;
        
+       vtkImageChangeInformation               *mchange;
+
 protected:
 };