18 #ifndef itkThinPlateSplineKernelTransform_h
19 #define itkThinPlateSplineKernelTransform_h
33 template<
typename TParametersValueType,
34 unsigned int NDimensions = 3>
67 static constexpr
unsigned int SpaceDimension = Superclass::SpaceDimension;
97 void ComputeDeformationContribution(
const InputPointType & inputPoint,
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkThinPlateSplineKernelTransform.hxx"
106 #endif // itkThinPlateSplineKernelTransform_h
Light weight base class for most itk classes.