]> Creatis software - clitk.git/blobdiff - tools/clitkSetBackgroundGenericFilter.h
changes in license header
[clitk.git] / tools / clitkSetBackgroundGenericFilter.h
index 266fcf2763e988d1dc949410dbf2f898e3ca094b..c6930042816f5b742487cdc80e0a8793523a4c78 100644 (file)
@@ -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;