18#ifndef itkRigid2DTransform_h
19#define itkRigid2DTransform_h
55template <
typename TParametersValueType =
double>
74 static constexpr unsigned int InputSpaceDimension = 2;
75 static constexpr unsigned int OutputSpaceDimension = 2;
76 static constexpr unsigned int ParametersDimension = 3;
186 itkGetConstReferenceMacro(Angle, TParametersValueType);
198 this->SetAngle(angle);
200 virtual const TParametersValueType &
294 TParametersValueType m_Angle{};
299template <
typename TParametersValueType>
303 itkWarningMacro(
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() "
304 "to generate an inverse transform and then perform the transform using that inverted transform.");
305 return this->GetInverseMatrix() * (
point - this->GetOffset());
309template <
typename TParametersValueType>
313 itkWarningMacro(
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() "
314 "to generate an inverse transform and then perform the transform using that inverted transform.");
315 return this->GetInverseMatrix() * vect;
319template <
typename TParametersValueType>
323 itkWarningMacro(
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() "
324 "to generate an inverse transform and then perform the transform using that inverted transform.");
325 return this->GetInverseMatrix() * vect;
329template <
typename TParametersValueType>
334 itkWarningMacro(
"BackTransform(): This method is slated to be removed from ITK. Instead, please use GetInverse() "
335 "to generate an inverse transform and then perform the transform using that inverted transform.");
336 return this->GetMatrix() * vect;
341#ifndef ITK_MANUAL_INSTANTIATION
342# include "itkRigid2DTransform.hxx"
Array2D class representing a 2D array.
A templated class holding a n-Dimensional covariant vector.
Control indentation during Print() invocation.
A templated class holding a M x N size Matrix.
Class to hold and manage different parameter types used during optimization.
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional vector.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
*par Constraints *The filter image with at least two dimensions and a vector *length of at least The theory supports extension to scalar but *the implementation of the itk vector classes do not **The template parameter TRealType must be floating point(float or double) or *a user-defined "real" numerical type with arithmetic operations defined *sufficient to compute derivatives. **\par Performance *This filter will automatically multithread if run with *SetUsePrincipleComponents