X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSetBackgroundGenericFilter.h;h=61818ae817bfa12364c90b80c00ebd33dac5379a;hb=7dd4f61d0341af69d3c6ddfb115a219bc54284c3;hp=266fcf2763e988d1dc949410dbf2f898e3ca094b;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkSetBackgroundGenericFilter.h b/tools/clitkSetBackgroundGenericFilter.h index 266fcf2..61818ae 100644 --- a/tools/clitkSetBackgroundGenericFilter.h +++ b/tools/clitkSetBackgroundGenericFilter.h @@ -1,3 +1,20 @@ +/*========================================================================= + 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://oncora1.lyon.fnclcc.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 +======================================================================-====*/ #ifndef clitkSetBackgroundGenericFilter_h #define clitkSetBackgroundGenericFilter_h @@ -13,7 +30,7 @@ // clitk include #include "clitkIO.h" -#include "clitkCommon.h" +#include "clitkImageCommon.h" #include "clitkSetBackgroundImageFilter.h" #include "clitkSetBackground_ggo.h" @@ -50,7 +67,7 @@ namespace clitk //---------------------------------------- // Set & Get //---------------------------------------- - void SetArgsInfo(const gengetopt_args_info_clitkSetBackground & a) + void SetArgsInfo(const args_info_clitkSetBackground & a) { m_ArgsInfo=a; m_Verbose=m_ArgsInfo.verbose_flag; @@ -82,7 +99,7 @@ namespace clitk //---------------------------------------- // Data members //---------------------------------------- - gengetopt_args_info_clitkSetBackground m_ArgsInfo; + args_info_clitkSetBackground m_ArgsInfo; bool m_Verbose; std::string m_InputFileName;