X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FRelativePositionPropImageFilter.h;h=183f260e0bee422f9a632a668f42fc6c91317274;hb=8786715f17744e1a8d97bdf4fec517d443875bb0;hp=05172245ba70114bcf5e696bcc6fdac1e58ed7d3;hpb=a6957c4825e83c61b977ec316dd841878617ffbd;p=clitk.git diff --git a/itk/RelativePositionPropImageFilter.h b/itk/RelativePositionPropImageFilter.h index 0517224..183f260 100644 --- a/itk/RelativePositionPropImageFilter.h +++ b/itk/RelativePositionPropImageFilter.h @@ -81,17 +81,10 @@ namespace itk * This filter is implemented using the propagation algorithm */ -#if ITK_VERSION_MAJOR == 4 template > -#else - template > -#endif class ITK_EXPORT RelativePositionPropImageFilter : public ImageToImageFilter< TInputImage, TOutputImage > { @@ -194,7 +187,7 @@ namespace itk virtual ~RelativePositionPropImageFilter() {} void PrintSelf(std::ostream& os, Indent indent) const; - //void GenerateThreadedData(const typename TOutputImage::RegionType& outputRegionForThread, ThreadIdType threadId); + //void GenerateThreadedData(const typename TOutputImage::RegionType& outputRegionForThread, int threadId); void GenerateData(); private: