]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
Account for itk origin when using itk direction to build vv transform
[clitk.git] / vv / vvMainWindow.h
index 39f6ee50f5785fe00030d38cc0d2a3ab9fd0a8f4..7da8a9171ecc8e0018cdf5606daef1f947eb75ed 100644 (file)
@@ -139,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();
@@ -210,6 +211,4 @@ private:
   
 };
 
-#include "vvMainWindow.txx"
-
 #endif