X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageArithmGenericFilter.h;h=3c3579f87cfc1323b4601f491b387ea338e9e375;hb=f48c960aef6e0a5a4edea516b062197db009e25f;hp=1151267e0a9ecae7482ca747083be58b5127ab08;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkImageArithmGenericFilter.h b/tools/clitkImageArithmGenericFilter.h old mode 100755 new mode 100644 index 1151267..3c3579f --- a/tools/clitkImageArithmGenericFilter.h +++ b/tools/clitkImageArithmGenericFilter.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 CLITKIMAGEARITHMGENERICFILTER_H #define CLITKIMAGEARITHMGENERICFILTER_H /** @@ -29,6 +29,7 @@ // clitk include #include "clitkCommon.h" #include "clitkImageToImageGenericFilter.h" +#include "clitkImageArithm_ggo.h" // itk include #include "itkImage.h" @@ -95,9 +96,11 @@ namespace clitk { //-------------------------------------------------------------------- }; // end class ImageArithmGenericFilter + } // end namespace //-------------------------------------------------------------------- + #ifndef ITK_MANUAL_INSTANTIATION #include "clitkImageArithmGenericFilter.txx" #endif