ADD_LIBRARY(clitkImageConvertLib clitkImageConvertGenericFilter.cxx)
ADD_LIBRARY(clitkImageResampleLib clitkImageResampleGenericFilter.cxx)
ADD_LIBRARY(clitkBinarizeImageLib clitkBinarizeImageGenericFilter.cxx)
+ADD_LIBRARY(clitkImageArithmImageLib clitkImageArithmGenericFilter.cxx)
+
TARGET_LINK_LIBRARIES(clitkBinarizeImageLib clitkToolsGgoLib)
IF (CLITK_BUILD_TOOLS)
TARGET_LINK_LIBRARIES(clitkGuerreroVentilation clitkCommon ITKIO)
ADD_EXECUTABLE(clitkImageArithm clitkImageArithm.cxx ${clitkImageArithm_GGO_C})
- TARGET_LINK_LIBRARIES(clitkImageArithm clitkCommon ITKIO )
+ TARGET_LINK_LIBRARIES(clitkImageArithm clitkImageArithmImageLib clitkCommon ITKIO )
WRAP_GGO(clitkUnsharpMask_GGO_C clitkUnsharpMask.ggo)
ADD_EXECUTABLE(clitkUnsharpMask clitkUnsharpMask.cxx ${clitkUnsharpMask_GGO_C})
======================================================================-====*/
#ifndef CLITKIMAGEARITHMGENERICFILTER_CXX
#define CLITKIMAGEARITHMGENERICFILTER_CXX
-/**
- -------------------------------------------------------------------
- * @file clitkImageArithmGenericFilter.cxx
- * @author David Sarrut <David.Sarrut@creatis.insa-lyon.fr>
- * @date 23 Feb 2008
-
- * @brief
- -------------------------------------------------------------------*/
#include "clitkImageArithmGenericFilter.h"
+#include "clitkImageArithm_ggo.h"
+namespace clitk {
+ // Specialisation
+ template<>
+ class ImageArithmGenericFilter<args_info_clitkImageArithm>;
+}
#endif //define CLITKIMAGEARITHMGENERICFILTER_CXX