18#ifndef __itkGPUInterpolateImageFunction_h
19#define __itkGPUInterpolateImageFunction_h
21#include "itkInterpolateImageFunction.h"
37template<
typename TInputImage,
typename TCoordRep =
float,
typename TParentInterpolateImageFunction
38 = InterpolateImageFunction< TInputImage, TCoordRep > >
56 TInputImage::ImageDimension );
67 void PrintSelf( std::ostream & os, Indent indent )
const override;
81#ifndef ITK_MANUAL_INSTANTIATION
82#include "itkGPUInterpolateImageFunction.hxx"
GPU version of InterpolateImageFunction.
GPUInterpolateImageFunction(const Self &)
~GPUInterpolateImageFunction() override
SmartPointer< const Self > ConstPointer
CPUSuperclass::InputImageType InputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
GPUInterpolatorBase GPUSuperclass
TParentInterpolateImageFunction CPUSuperclass
itkStaticConstMacro(InputImageDimension, unsigned int, TInputImage::ImageDimension)
GPUDataManager::Pointer GetParametersDataManager(void) const override
GPUInterpolateImageFunction Self
CPUSuperclass::ContinuousIndexType ContinuousIndexType
CPUSuperclass::CoordRepType CoordRepType
void operator=(const Self &)
GPUInterpolateImageFunction()
SmartPointer< Self > Pointer
Base class fro all GPU interpolators.