]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h
Bug #1373
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk2DBaseView.h
index 7a3e47b985107d105e24406e172fd857832842d3..4c6e30c2ec70d36526a040e3dc3906520a03f3fc 100644 (file)
@@ -37,11 +37,14 @@ public:
 
        void setColorTransferFunction(vtkColorTransferFunction* colortable);
 
-       void setWindowLevel(double level);
-
-       void setColorLevel(double level);
+       void SetColorWindow(double level);
+       void SetColorLevel(double level);
+       
     virtual int GetDirection();
        void SetImageToVtkViewer(vtkImageData *imageData);
+       
+       //EED 01nov2012
+       void UpdateColorWindowLevel();
 
 
 private: