]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h
#2651 creaMaracasVisu Feature New Normal - Color Layer: Transparent Base, Refresh
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageView.h
index 305afdc15188853f5ff389aa743fef3e24a0972a..86ceb68b2a00a2367a7ec967a760565609e45073 100644 (file)
@@ -104,16 +104,14 @@ class  ColorLayerImageView : public LayerImageBase
 
   private:
 
-         int _x2, _y2, _z2;
-         bool _fix_dynamic;
-         void SetDefaultGreyLevelBoundary();
-         void SetDefaultBaseColorAndGreyLevelBoundary();
+         int   _x2, _y2, _z2;
+         bool  _fix_dynamic;
+         void  SetDefaultGreyLevelBoundary();
+         void  SetDefaultBaseColorAndGreyLevelBoundary();
          virtual void ConfigLookupTable();
-     int maxColorsThresholdTable;
+     int       maxColorsThresholdTable;
 
 
-         //! Range values in the colored image.
-         double _range[2];
 
          //! Base colors for the overlaid image.
          std::vector<double> _base_color;