]> Creatis software - clitk.git/blobdiff - registration/clitkAffineRegistrationGenericFilter.h
remove tools (now in tests_dav)
[clitk.git] / registration / clitkAffineRegistrationGenericFilter.h
index 6a965bf8d725021038e8132a4ee272b72bf8a950..22b9f522585c241f99ee48e3a3376e6a861d4a56 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to:
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.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
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 
 #ifndef CLITKAFFINEREGISTRATIONGENERICFILTER_H
 #define CLITKAFFINEREGISTRATIONGENERICFILTER_H
@@ -22,6 +22,7 @@
 // clitk include
 #include "clitkIO.h"
 #include "clitkCommon.h"
+#include "clitkImageCommon.h"
 #include "clitkAffineRegistration_ggo.h"
 #include "clitkImageArithm_ggo.h"
 #include "clitkCorrelationRatioImageToImageMetric.h"
 #include <iostream>
 #include <iomanip>
 
-struct args_info_clitkImageArithm;
 namespace clitk
 {
 
 //====================================================================
-template<class args_info_clitkAffineRegistration>
 class ITK_EXPORT AffineRegistrationGenericFilter:
-    public ImageToImageGenericFilter<AffineRegistrationGenericFilter<args_info_clitkAffineRegistration> >
+    public ImageToImageGenericFilter<AffineRegistrationGenericFilter>
 {
 public:
 
@@ -97,9 +96,4 @@ public:
 };
 }
 
-#ifndef ITK_MANUAL_INSTANTIATION
-#include "clitkAffineRegistrationGenericFilter.txx"
-#endif
-
-
 #endif //#define CLITKAFFINEREGISTRATIONGENERICFILTER__H