]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
Added "Reset transformation to identity" in image right-click menu
[clitk.git] / vv / vvMainWindow.h
index 35a5d90adbf2f2ca0ce3a4b6be77e0f60d4f5475..7da8a9171ecc8e0018cdf5606daef1f947eb75ed 100644 (file)
@@ -101,7 +101,6 @@ public slots:
   void SegmentationOnCurrentImage();
   void SurfaceViewerLaunch();
 
-  void WindowsChanged(int window, int view, int slice);
   void WindowLevelChanged(double window, double level,int preset, int colormap);
   void UpdateSlice(int slicer, int slice);
   void UpdateTSlice(int slicer, int slice);
@@ -140,10 +139,11 @@ public slots:
   void OpenField();
   void SelectOverlayImage();
   void SelectFusionImage();
+  void ResetTransformationToIdentity();
 
   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();
@@ -211,6 +211,4 @@ private:
   
 };
 
-#include "vvMainWindow.txx"
-
 #endif