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