X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageArithmGenericFilter.cxx;h=627f6015889eb1988c1d8b0062157c7cacf0b2e7;hb=2462405ada0fb899d56bf6d4fc9f2e0c15935cb9;hp=104b5d3bc23418c6eff20ab4286462668712ce81;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkImageArithmGenericFilter.cxx b/tools/clitkImageArithmGenericFilter.cxx index 104b5d3..627f601 100755 --- a/tools/clitkImageArithmGenericFilter.cxx +++ b/tools/clitkImageArithmGenericFilter.cxx @@ -17,16 +17,14 @@ ======================================================================-====*/ #ifndef CLITKIMAGEARITHMGENERICFILTER_CXX #define CLITKIMAGEARITHMGENERICFILTER_CXX -/** - ------------------------------------------------------------------- - * @file clitkImageArithmGenericFilter.cxx - * @author David Sarrut - * @date 23 Feb 2008 - - * @brief - -------------------------------------------------------------------*/ #include "clitkImageArithmGenericFilter.h" +#include "clitkImageArithm_ggo.h" +namespace clitk { + // Specialisation + template<> + class ImageArithmGenericFilter; +} #endif //define CLITKIMAGEARITHMGENERICFILTER_CXX