]> Creatis software - clitk.git/blobdiff - vv/vvOverlayPanel.h
Added compression option to clitkImageConvert
[clitk.git] / vv / vvOverlayPanel.h
index ef0dcf1f352178b5bf9d16c194a0d0ca359f9d42..5000e6444b83ef3248c33b732a3044475b842022 100644 (file)
@@ -58,6 +58,11 @@ signals:
     void VFPropertyUpdated(int subsampling, int scale, int log, int width, double r, double g, double b);
     void OverlayPropertyUpdated(int color);
     void FusionPropertyUpdated(int opacity, int thresOpacity, int colormap, double window, double level);
+
+    
+private:
+    bool disableFusionSignals;
+    
 }; // end class vvOverlayPanel
 //====================================================================