18#ifndef itkGPUBSplineBaseTransform_h 
   19#define itkGPUBSplineBaseTransform_h 
   41template <
typename TScalarType = 
float, 
unsigned int NDimensions = 3>
 
   56  itkGetConstMacro(SplineOrder, 
unsigned int);
 
   73  const GPUCoefficientImageArray
 
  106  std::vector<std::string> m_Sources{};
 
  109  unsigned int m_SplineOrder{};
 
 
  114#ifndef ITK_MANUAL_INSTANTIATION 
  115#  include "itkGPUBSplineBaseTransform.hxx" 
Templated n-dimensional image class for the GPU.
 
itkGPUKernelClassMacro(GPUBSplineTransformKernel)