X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSetBackgroundGenericFilter.h;h=c6930042816f5b742487cdc80e0a8793523a4c78;hb=573d80d0f7a17607d2ee883c21c940c0ba020282;hp=266fcf2763e988d1dc949410dbf2f898e3ca094b;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkSetBackgroundGenericFilter.h b/tools/clitkSetBackgroundGenericFilter.h index 266fcf2..c693004 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://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 +===========================================================================**/ #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;