18 #ifndef itkVolumeSplineKernelTransform_h
19 #define itkVolumeSplineKernelTransform_h
33 template<
typename TParametersValueType,
34 unsigned int NDimensions=3>
67 static constexpr
unsigned int SpaceDimension = Superclass::SpaceDimension;
98 void ComputeDeformationContribution(
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "itkVolumeSplineKernelTransform.hxx"
108 #endif // itkVolumeSplineKernelTransform_h
Light weight base class for most itk classes.