X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkVectorBSplineResampleImageFunctionWithLUT.h;h=db3cf01eee626e3a12cc743770ebbf496e5fa7cd;hb=b7b8f2b040d1772c30c34653ee3fe0c27bc8fa71;hp=c9e89a4d5bb797ee46dc4586e424118e93e2fde7;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h b/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h index c9e89a4..db3cf01 100644 --- a/itk/clitkVectorBSplineResampleImageFunctionWithLUT.h +++ b/itk/clitkVectorBSplineResampleImageFunctionWithLUT.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 __clitkVectorBSplineResampleImageFunctionWithLUT_h #define __clitkVectorBSplineResampleImageFunctionWithLUT_h #include "clitkVectorBSplineInterpolateImageFunctionWithLUT.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;