X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewPanel.h;h=945c801d2bd86c2673bc5c0d4b85a1abd5f7a355;hb=63a0a21e6736a800c58442edd531c91d75e71694;hp=35a1c49d7704490d465748b76659dd20d6e12b74;hpb=ed6f960acce2ed63b0d6b964aee7ee243d8c6446;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h index 35a1c49..945c801 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h @@ -78,15 +78,15 @@ class ColorLayerImageViewPanel void SetActive(bool active); private: - bool _active; - int _fitting_mode; + bool _active; + int _fitting_mode; - int _dimBase[3]; - double _spcBase[3]; - double _spcOrg[3]; + int _dimBase[3]; + double _spcBase[3]; + double _spcOrg[3]; - bool _thresholdGo; - ColorLayerImageViewManager *_colorLayerImageViewManager; + bool _thresholdGo; + ColorLayerImageViewManager *_colorLayerImageViewManager; // ColorLayerImageView *_colorLayerImageView; wxButton *_btn_ReadImage; wxSlider *_opacity;