18 #ifndef itkScaleVersor3DTransform_h
19 #define itkScaleVersor3DTransform_h
47 template <
typename TParametersValueType =
double>
66 static constexpr
unsigned int InputSpaceDimension = 3;
67 static constexpr
unsigned int OutputSpaceDimension = 3;
68 static constexpr
unsigned int ParametersDimension = 9;
92 using AxisType =
typename Superclass::AxisType;
104 SetMatrix(
const MatrixType & matrix)
override;
106 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
120 GetParameters()
const override;
132 SetIdentity()
override;
148 PrintSelf(std::ostream & os,
Indent indent)
const override;
158 ComputeMatrix()
override;
161 ComputeMatrixParameters()
override;
169 #ifndef ITK_MANUAL_INSTANTIATION
170 # include "itkScaleVersor3DTransform.hxx"