18#ifndef itkSimilarity2DTransform_h
19#define itkSimilarity2DTransform_h
61template <
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;
85 using typename Superclass::ScalarType;
89 using typename Superclass::ParametersType;
90 using typename Superclass::ParametersValueType;
91 using typename Superclass::FixedParametersType;
92 using typename Superclass::FixedParametersValueType;
95 using typename Superclass::JacobianType;
96 using typename Superclass::JacobianPositionType;
97 using typename Superclass::InverseJacobianPositionType;
100 using typename Superclass::OffsetType;
104 using typename Superclass::MatrixType;
105 using typename Superclass::MatrixValueType;
108 using typename Superclass::InputPointType;
109 using typename Superclass::OutputPointType;
112 using typename Superclass::InputVectorType;
113 using typename Superclass::OutputVectorType;
116 using typename Superclass::InputCovariantVectorType;
117 using typename Superclass::OutputCovariantVectorType;
120 using typename Superclass::InputVnlVectorType;
121 using typename Superclass::OutputVnlVectorType;
256#ifndef ITK_MANUAL_INSTANTIATION
257# include "itkSimilarity2DTransform.hxx"
Array2D class representing a 2D array.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Class to hold and manage different parameter types used during optimization.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....