X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkVectorBSplineResampleImageFunctionWithLUT.h;h=db3cf01eee626e3a12cc743770ebbf496e5fa7cd;hb=b7b8f2b040d1772c30c34653ee3fe0c27bc8fa71;hp=0728faf0cee1867ac3916c68df9e1ab013cb3b91;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h b/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h index 0728faf..db3cf01 100644 --- a/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h +++ b/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h @@ -43,13 +43,13 @@ namespace clitk template class ITK_EXPORT VectorBSplineResampleImageFunctionWithLUT : public VectorBSplineInterpolateImageFunctionWithLUT< - TImageType,TCoordRep,ITK_TYPENAME TImageType::PixelType::ValueType > + TImageType,TCoordRep,typename TImageType::PixelType::ValueType > { public: /** Standard class typedefs. */ typedef VectorBSplineResampleImageFunctionWithLUT Self; typedef VectorBSplineInterpolateImageFunctionWithLUT< - TImageType,TCoordRep, ITK_TYPENAME TImageType::PixelType::ValueType > Superclass; + TImageType,TCoordRep, typename TImageType::PixelType::ValueType > Superclass; typedef itk::SmartPointer Pointer; typedef itk::SmartPointer ConstPointer;