]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
Trasnparency of color maps in fusion images
[clitk.git] / vv / vvMainWindow.h
index e01bcec1d55763f0786a7e622408e69522f2abc7..d47dacce49a837b32d8dc2cd7877bc3cdfad7fff 100644 (file)
@@ -87,6 +87,7 @@ public slots:
   void ImageInfoChanged();
   void ShowHelpDialog();
   void ShowDocumentation();
+  void PopupRegisterForm(bool checkCanPush=false);
   void ComputeDeformableRegistration();
   void WarpImage();
   void ChangeViewMode();
@@ -142,7 +143,7 @@ public slots:
 
   void SetVFProperty(int subsampling,int scale,int lut, int width, double r, double g, double b);
   void SetOverlayProperty(int color);
-  void SetFusionProperty(int opacity,int colormap,double window,double level);
+  void SetFusionProperty(int opacity, int tresOpacity, int colormap,double window,double level);
 
   void GoToCursor();
   void PlayPause();
@@ -152,6 +153,7 @@ public slots:
   }
   void UpdateRenderWindows();
   void UpdateMemoryUsage();
+  void show();
   
 protected: