Go to the documentation of this file.
18 #ifndef __itkGPUNearestNeighborInterpolateImageFunctionFactory_h
19 #define __itkGPUNearestNeighborInterpolateImageFunctionFactory_h
36 template<
typename TTypeList,
typename NDimensions >
48 const char *
GetDescription()
const {
return "A Factory for GPUNearestNeighborInterpolateImageFunction"; }
60 template<
typename TType,
unsigned int VImageDimension >
68 this->RegisterOverride(
69 typeid( NearestNeighborInterpolateImageFunction< InputImageType, float > ).name(),
71 "GPU NearestNeighborInterpolateImageFunction override with coord rep as float",
78 this->RegisterOverride(
79 typeid( NearestNeighborInterpolateImageFunction< GPUInputImageType, float > ).name(),
81 "GPU NearestNeighborInterpolateImageFunction override for GPUImage with coord rep as float",
87 this->RegisterOverride(
88 typeid( NearestNeighborInterpolateImageFunction< InputImageType, double > ).name(),
90 "GPU NearestNeighborInterpolateImageFunction override with coord rep as double",
97 this->RegisterOverride(
98 typeid( NearestNeighborInterpolateImageFunction< GPUInputImageType, double > ).name(),
100 "GPU NearestNeighborInterpolateImageFunction override for GPUImage with coord rep as double",
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkGPUNearestNeighborInterpolateImageFunctionFactory.hxx"
134 #endif // end #ifndef __itkGPUNearestNeighborInterpolateImageFunctionFactory_h
GPUObjectFactoryBase< NDimensions > Superclass
Templated n-dimensional image class for the GPU.
SmartPointer< const Self > ConstPointer
GPUNearestNeighborInterpolateImageFunctionFactory2(const Self &)
virtual void Register3D()
Object Factory implementation for GPUNearestNeighborInterpolateImageFunction.
void operator=(const Self &)
static void RegisterOneFactory()
virtual void Register1D()
SmartPointer< Self > Pointer
Base class for all GPU factory classes.
GPUNearestNeighborInterpolateImageFunctionFactory2 Self
GPU version of NearestNeighborInterpolateImageFunction.
virtual void Register2D()
itkFactorylessNewMacro(Self)
GPUNearestNeighborInterpolateImageFunctionFactory2()
const char * GetDescription() const
virtual ~GPUNearestNeighborInterpolateImageFunctionFactory2()
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|