18 #ifndef itkThinPlateR2LogRSplineKernelTransform_h
19 #define itkThinPlateR2LogRSplineKernelTransform_h
35 template<
typename TParametersValueType,
36 unsigned int NDimensions = 3>
55 typedef typename Superclass::ScalarType
ScalarType;
65 itkStaticConstMacro(SpaceDimension,
unsigned int, Superclass::SpaceDimension);
92 virtual void ComputeDeformationContribution(
const InputPointType & inputPoint,
100 #ifndef ITK_MANUAL_INSTANTIATION
101 #include "itkThinPlateR2LogRSplineKernelTransform.hxx"
104 #endif // itkThinPlateR2LogRSplineKernelTransform_h
Light weight base class for most itk classes.