18 #ifndef itkThinPlateSplineKernelTransform_h
19 #define itkThinPlateSplineKernelTransform_h
33 template<
typename TParametersValueType,
34 unsigned int NDimensions = 3>
53 typedef typename Superclass::ScalarType
ScalarType;
63 itkStaticConstMacro(SpaceDimension,
unsigned int, Superclass::SpaceDimension);
93 virtual void ComputeDeformationContribution(
const InputPointType & inputPoint,
101 #ifndef ITK_MANUAL_INSTANTIATION
102 #include "itkThinPlateSplineKernelTransform.hxx"
105 #endif // itkThinPlateSplineKernelTransform_h
Light weight base class for most itk classes.