X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=registration%2FclitkDifferenceImageFilter.h;h=b958c69cb31316445a99b0e2f3b239496d6485d5;hb=a6957c4825e83c61b977ec316dd841878617ffbd;hp=29b2844487d1522c569aad80441c9067109f3183;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkDifferenceImageFilter.h b/registration/clitkDifferenceImageFilter.h old mode 100755 new mode 100644 index 29b2844..b958c69 --- a/registration/clitkDifferenceImageFilter.h +++ b/registration/clitkDifferenceImageFilter.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,9 +14,10 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef __clitkDifferenceImageFilter_h #define __clitkDifferenceImageFilter_h +#include "clitkCommon.h" #include "clitkImageCommon.h" //itk include @@ -56,7 +57,7 @@ namespace clitk protected: DifferenceImageFilter(); ~DifferenceImageFilter() {}; - void ThreadedGenerateData(const OutputImageRegionType& threadRegion, int threadId); + void ThreadedGenerateData(const OutputImageRegionType& threadRegion, itk::ThreadIdType threadId); };