18 #ifndef itkSimilarity2DTransform_h
19 #define itkSimilarity2DTransform_h
61 template <
typename TParametersValueType =
double>
80 static constexpr
unsigned int SpaceDimension = 2;
81 static constexpr
unsigned int InputSpaceDimension = 2;
82 static constexpr
unsigned int OutputSpaceDimension = 2;
83 static constexpr
unsigned int ParametersDimension = 4;
132 itkGetConstReferenceMacro(Scale,
ScaleType);
156 GetParameters()
const override;
166 SetIdentity()
override;
173 CloneInverseTo(
Pointer & result)
const;
177 GetInverse(
Self * inverse)
const;
181 GetInverseTransform()
const override;
188 CloneTo(
Pointer & result)
const;
204 SetMatrix(
const MatrixType & matrix)
override;
220 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
229 PrintSelf(std::ostream & os,
Indent indent)
const override;
235 ComputeMatrix()
override;
242 ComputeMatrixParameters()
override;
256 #ifndef ITK_MANUAL_INSTANTIATION
257 # include "itkSimilarity2DTransform.hxx"