18 #ifndef __itkGPUCompositeTransformFactory_h 19 #define __itkGPUCompositeTransformFactory_h 36 template<
typename NDimensions >
47 const char *
GetDescription()
const {
return "A Factory for GPUCompositeTransform"; }
59 template<
typename TType,
unsigned int VImageDimension >
62 this->RegisterOverride(
63 typeid( CompositeTransform< TType, VImageDimension > ).name(),
65 "GPU CompositeTransform override",
true,
97 #ifndef ITK_MANUAL_INSTANTIATION 98 #include "itkGPUCompositeTransformFactory.hxx"
The building block of typelists of any length.
Base class for all GPU factory classes.