18#ifndef itkThinPlateR2LogRSplineKernelTransform_h
19#define itkThinPlateR2LogRSplineKernelTransform_h
35template <
typename TParametersValueType,
unsigned int VDimension = 3>
56 using typename Superclass::ScalarType;
59 using typename Superclass::ParametersType;
60 using typename Superclass::FixedParametersType;
63 using typename Superclass::JacobianType;
64 using typename Superclass::JacobianPositionType;
65 using typename Superclass::InverseJacobianPositionType;
68 static constexpr unsigned int SpaceDimension = Superclass::SpaceDimension;
70 using typename Superclass::InputPointType;
71 using typename Superclass::OutputPointType;
72 using typename Superclass::InputVectorType;
73 using typename Superclass::OutputVectorType;
74 using typename Superclass::InputCovariantVectorType;
75 using typename Superclass::OutputCovariantVectorType;
76 using typename Superclass::PointsIterator;
82 using typename Superclass::GMatrixType;
101#ifndef ITK_MANUAL_INSTANTIATION
102# include "itkThinPlateR2LogRSplineKernelTransform.hxx"
Light weight base class for most itk classes.
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....