]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h
Bug #1373
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkBaseData.h
index dad5fac4f259938a8fb9c18bfd71baaff572ed90..31f60080afcc2ae39b6b5ed2067da8ee5af1d1a7 100644 (file)
@@ -19,11 +19,19 @@ public:
 
        int                             GetT();
        void                    SetT(double t);
-
+       
+       void SetColorWindow(double colorWindow);
+       void SetColorLevel(double colorLevel);  
+       double GetColorWindow();
+       double GetColorLevel(); 
+       
 protected:
        marImageData    *_marImageData;
        double                  _z;
        int                             _t;
+       
+       double                  _colorWindow;
+       double                  _colorLevel;
 };
 
 #endif /*VTKBASEDATA_H_*/