63 using PointType =
typename ImageBaseType::PointType;
67 using SizeType =
typename ImageBaseType::SizeType;
77 using TransformType = Transform<TransformScalarType, Self::Dimension, Self::Dimension>;
106 itkSetClampMacro(BSplineOrder,
unsigned int, 0, 5);
109 itkGetConstMacro(BSplineOrder,
unsigned int);
161 PrintSelf(std::ostream & os, Indent indent)
const override;
164 itkGetConstMacro(NumberOfLevels,
unsigned int);
179 unsigned int m_BSplineOrder{};
180 unsigned int m_NumberOfLevels{};
184 itkSetClampMacro(UpsamplingFactor,
float, 1.0, NumericTraits<float>::max());
187 float m_UpsamplingFactor{};