]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h
#2482 creaMaracasVisu Bug New High - ColorLayer refresh missing. The MPR is not...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewPanel.h
index da8489cc6a6e5380598350bb26c16f5a44250132..945c801d2bd86c2673bc5c0d4b85a1abd5f7a355 100644 (file)
@@ -75,16 +75,18 @@ class ColorLayerImageViewPanel
                        void SetImage(vtkImageData *img);
                        void SetFittingMode(int fitting_mode);
                        int GetFittingMode();
+                       void SetActive(bool active);
 
                private:
-                       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;