X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=8ee5ab26178adf4d421514e1c9a8a147c79765b9;hb=c8d3aefe3d07dd6f7092db662ca1b5d85553d544;hp=7da8a9171ecc8e0018cdf5606daef1f947eb75ed;hpb=615a1af31ba4649c58c684b006b696536e7d8ef5;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 7da8a91..8ee5ab2 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -101,11 +101,12 @@ public slots: void SegmentationOnCurrentImage(); void SurfaceViewerLaunch(); - void WindowLevelChanged(double window, double level,int preset, int colormap); + void WindowLevelChanged(); void UpdateSlice(int slicer, int slice); void UpdateTSlice(int slicer, int slice); void UpdateSliceRange(int slicer, int min, int max, int tmin, int tmax); void WindowLevelEdited(); + void SetWindowLevel(double w, double l); void UpdateColorMap(); void UpdateWindowLevel(); void SwitchWindowLevel(); @@ -142,7 +143,7 @@ public slots: void ResetTransformationToIdentity(); void SetVFProperty(int subsampling,int scale,int lut, int width, double r, double g, double b); - void SetOverlayProperty(int color); + void SetOverlayProperty(int color, int linked, double window, double level); void SetFusionProperty(int opacity, int tresOpacity, int colormap,double window,double level); void GoToCursor();