X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkAffineRegistrationGenericFilter.h;h=22b9f522585c241f99ee48e3a3376e6a861d4a56;hb=afd2671211668e6106886aa59c7bb13a82c48a94;hp=56dc60d33db1db2a19bb56f6ef333d9e59ba748f;hpb=70b875f97cf409bbf7f9840d6ce366a0109157a3;p=clitk.git diff --git a/registration/clitkAffineRegistrationGenericFilter.h b/registration/clitkAffineRegistrationGenericFilter.h index 56dc60d..22b9f52 100644 --- a/registration/clitkAffineRegistrationGenericFilter.h +++ b/registration/clitkAffineRegistrationGenericFilter.h @@ -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" @@ -61,9 +62,8 @@ namespace clitk { //==================================================================== -template class ITK_EXPORT AffineRegistrationGenericFilter: - public ImageToImageGenericFilter > + public ImageToImageGenericFilter { public: @@ -96,8 +96,4 @@ public: }; } -#ifndef ITK_MANUAL_INSTANTIATION -#include "clitkAffineRegistrationGenericFilter.txx" -#endif - #endif //#define CLITKAFFINEREGISTRATIONGENERICFILTER__H