X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMedianFilter.h;h=b075ac17b795993ea3d2a3ba24fb86fe20397fd1;hb=6edda2a8b31b7345623e363dc27efd202aa59c9f;hp=c569a19011eb33da8f3eff1e80329fa46f828944;hpb=fd7fe88962bece8d68d850acac8474ee440a1f7d;p=clitk.git diff --git a/vv/vvToolMedianFilter.h b/vv/vvToolMedianFilter.h index c569a19..b075ac1 100644 --- a/vv/vvToolMedianFilter.h +++ b/vv/vvToolMedianFilter.h @@ -1,14 +1,31 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://www.centreleonberard.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +===========================================================================*/ /*========================================================================= Program: vv Module: $RCSfile: vvToolMedianFilter.h,v $ Language: C++ - Date: $Date: 2010/04/09 09:53:50 $ - Version: $Revision: 1.1 $ + Date: $Date: 2010/04/26 18:21:55 $ + Version: $Revision: 1.2 $ Author : Bharath Navalpakkam (Bharath.Navalpakkam@creatis.insa-lyon.fr) Copyright (C) 2010 - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + Léon Bérard cancer center http://www.centreleonberard.fr CREATIS http://www.creatis.insa-lyon.fr This program is free software: you can redistribute it and/or modify @@ -28,13 +45,18 @@ #ifndef VVTOOLMedianFilter_H #define VVTOOLMedianFilter_H + #include +#if QT_VERSION >= 0x050000 + #include +#else #include +#endif #include "vvToolBase.h" - #include "QDialog" + #include "QWidget" #include "vvToolWidgetBase.h" #include "ui_vvToolMedianFilter.h" #include "clitkMedianImageFilter_ggo.h" - #include + #include //------------------------------------------------------------------------------ @@ -55,15 +77,10 @@ public slots: - void UpdatevalueH1(); - void UpdatevalueH2(); - void UpdatevalueH3(); - - - - - + void UpdateH1slider(); + void UpdateH2slider(); + void UpdateH3slider(); protected: Ui::vvToolMedianFilter ui;