18 #ifndef __itkGPUInterpolateImageFunction_h
19 #define __itkGPUInterpolateImageFunction_h
21 #include "itkInterpolateImageFunction.h"
37 template<
typename TInputImage,
typename TCoordRep =
float,
typename TParentInterpolateImageFunction
38 = InterpolateImageFunction< TInputImage, TCoordRep > >
56 TInputImage::ImageDimension );
67 virtual void PrintSelf( std::ostream & os, Indent indent )
const ITK_OVERRIDE;
81 #ifndef ITK_MANUAL_INSTANTIATION
82 #include "itkGPUInterpolateImageFunction.hxx"