X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=7da8a9171ecc8e0018cdf5606daef1f947eb75ed;hb=4e01ca1a00455f4bacc778aca446bbdf2bc1c74d;hp=39f6ee50f5785fe00030d38cc0d2a3ab9fd0a8f4;hpb=275c743605c7ed7472c0ebe7c4f584b788ce49d1;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 39f6ee5..7da8a91 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -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