X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageView.h;h=eef06161e20d27f7da595bb953b58bfec5eecd22;hb=25e3adf442d6a8d357d52410267445c54426c525;hp=305afdc15188853f5ff389aa743fef3e24a0972a;hpb=313783230a81f37f703080f75dde71abb5497c43;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h index 305afdc..eef0616 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h @@ -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 _base_color;