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;
93 using AxisType =
typename Superclass::AxisType;
99 SetIdentity()
override;
108 SetMatrix(
const MatrixType & matrix)
override;
117 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
127 GetParameters()
const override;
133 itkGetConstReferenceMacro(Scale,
ScaleType);
149 PrintSelf(std::ostream & os,
Indent indent)
const override;
154 ComputeMatrix()
override;
158 ComputeMatrixParameters()
override;
165 #ifndef ITK_MANUAL_INSTANTIATION
166 # include "itkSimilarity3DTransform.hxx"