18 #ifndef itkElasticBodyReciprocalSplineKernelTransform_h
19 #define itkElasticBodyReciprocalSplineKernelTransform_h
37 template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
61 using typename Superclass::ParametersType;
62 using typename Superclass::FixedParametersType;
70 static constexpr
unsigned int SpaceDimension = Superclass::SpaceDimension;
75 itkSetMacro(Alpha, TParametersValueType);
78 itkGetConstMacro(Alpha, TParametersValueType);
91 PrintSelf(std::ostream & os,
Indent indent)
const override;
108 TParametersValueType m_Alpha{};
112 #ifndef ITK_MANUAL_INSTANTIATION
113 # include "itkElasticBodyReciprocalSplineKernelTransform.hxx"
116 #endif // itkElasticBodyReciprocalSplineKernelTransform_h