18 #ifndef itkVersorRigid3DTransform_h
19 #define itkVersorRigid3DTransform_h
45 template <
typename TParametersValueType =
double>
64 static constexpr
unsigned int SpaceDimension = 3;
65 static constexpr
unsigned int InputSpaceDimension = 3;
66 static constexpr
unsigned int OutputSpaceDimension = 3;
67 static constexpr
unsigned int ParametersDimension = 6;
71 using typename Superclass::ParametersType;
72 using typename Superclass::FixedParametersType;
91 using typename Superclass::VersorType;
94 using typename Superclass::AxisType;
95 using typename Superclass::AngleType;
97 using typename Superclass::AxisValueType;
99 using typename Superclass::ParametersValueType;
108 SetParameters(
const ParametersType & parameters)
override;
110 const ParametersType &
111 GetParameters()
const override;
121 UpdateTransformParameters(
const DerivativeType & update, TParametersValueType factor = 1.0)
override;
131 #if !defined(ITK_LEGACY_REMOVE)
140 PrintSelf(std::ostream & os,
Indent indent)
const override;
144 #ifndef ITK_MANUAL_INSTANTIATION
145 # include "itkVersorRigid3DTransform.hxx"