X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FitkBSplineResampleImageFunctionWithLUT.h;h=23ec5c4bf30653966903420ad702cb3acfc258b5;hb=5f801bf0b07486889123e941d6913d4369dfc86f;hp=3149db535954cd129c6439b0ded9d4fda893bf2f;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/itk/itkBSplineResampleImageFunctionWithLUT.h b/itk/itkBSplineResampleImageFunctionWithLUT.h old mode 100755 new mode 100644 index 3149db5..23ec5c4 --- a/itk/itkBSplineResampleImageFunctionWithLUT.h +++ b/itk/itkBSplineResampleImageFunctionWithLUT.h @@ -43,13 +43,13 @@ namespace itk template class ITK_EXPORT BSplineResampleImageFunctionWithLUT : public BSplineInterpolateImageFunctionWithLUT< - TImageType,TCoordRep,ITK_TYPENAME TImageType::PixelType > + TImageType,TCoordRep,typename TImageType::PixelType > { public: /** Standard class typedefs. */ typedef BSplineResampleImageFunctionWithLUT Self; typedef BSplineInterpolateImageFunctionWithLUT< - TImageType,TCoordRep, ITK_TYPENAME TImageType::PixelType > Superclass; + TImageType,TCoordRep, typename TImageType::PixelType > Superclass; typedef SmartPointer Pointer; typedef SmartPointer ConstPointer;