]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.h
fusion legend is now an option
[clitk.git] / vv / vvSlicerManager.h
index aff339a42b0f846e388265369cc724fecf31ac9e..9858d69fdb23f0615c8666e8ee24e1d68e200148 100644 (file)
@@ -136,6 +136,9 @@ class vvSlicerManager : public QObject {
   void SetFusionLevel(double level) {
     mFusionLevel = level;
   }
+  void SetFusionShowLegend(int show) {
+    mFusionShowLegend = show;
+  }
 
   double GetColorWindow();
   double GetColorLevel();
@@ -245,6 +248,7 @@ protected:
   int mFusionColorMap;
   double mFusionWindow;
   double mFusionLevel;
+  bool mFusionShowLegend;
 
   int mPreset;
   vvImageReader::LoadedImageType mType;