18 #ifndef itkSimilarity3DTransform_h
19 #define itkSimilarity3DTransform_h
46 template <
typename TParametersValueType =
double>
65 static constexpr
unsigned int SpaceDimension = 3;
66 static constexpr
unsigned int InputSpaceDimension = 3;
67 static constexpr
unsigned int OutputSpaceDimension = 3;
68 static constexpr
unsigned int ParametersDimension = 7;
71 using typename Superclass::ParametersType;
72 using typename Superclass::FixedParametersType;
92 using typename Superclass::VersorType;
93 using typename Superclass::AxisType;
94 using typename Superclass::AngleType;
99 SetIdentity()
override;
108 SetMatrix(
const MatrixType & matrix)
override;
117 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
124 SetParameters(
const ParametersType & parameters)
override;
126 const ParametersType &
127 GetParameters()
const override;
133 itkGetConstReferenceMacro(Scale,
ScaleType);
143 #if !defined(ITK_LEGACY_REMOVE)
152 PrintSelf(std::ostream & os,
Indent indent)
const override;
157 ComputeMatrix()
override;
161 ComputeMatrixParameters()
override;
168 #ifndef ITK_MANUAL_INSTANTIATION
169 # include "itkSimilarity3DTransform.hxx"