]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
fusion legend is now an option
[clitk.git] / vv / vvSlicer.h
index a5156f28bc92e4f3c08e49db2c30b74c46d44ff9..b9cc334047acbd6d74e82da91d9714ef7cbbb6cc 100644 (file)
@@ -80,6 +80,7 @@ public:
   vvImage::Pointer GetFusion() {
     return mFusion;
   }
+  void ShowFusionLegend(bool show) { showFusionLegend = show; }
 
   /**Get/Set an actor's visibility ("overlay, fusion, vf, contour...")
      Overlay index is the index of the overlay by type, eg. if there are
@@ -244,6 +245,7 @@ protected:
   int * mReducedExtent;
   int * mInitialExtent;
   bool mLinkOverlayWindowLevel;
+  bool showFusionLegend;
 
 private:
   void UpdateOrientation();