|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
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;
89 using typename Superclass::ParametersType;
90 using typename Superclass::ParametersValueType;
91 using typename Superclass::FixedParametersType;
92 using typename Superclass::FixedParametersValueType;
132 itkGetConstReferenceMacro(Scale,
ScaleType);
144 SetParameters(
const ParametersType & parameters)
override;
155 const ParametersType &
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"
SmartPointer< Self > Pointer
A templated class holding a n-Dimensional vector.
Control indentation during Print() invocation.
A templated class holding a n-Dimensional covariant vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Array2D class representing a 2D array.