18#ifndef itkAffineTransform_h
19#define itkAffineTransform_h
99template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
121 static constexpr unsigned int InputSpaceDimension = VDimension;
122 static constexpr unsigned int OutputSpaceDimension = VDimension;
123 static constexpr unsigned int SpaceDimension = VDimension;
124 static constexpr unsigned int ParametersDimension = VDimension * (VDimension + 1);
176 Scale(
const TParametersValueType & factor,
bool pre =
false);
194 Rotate(
int axis1,
int axis2, TParametersValueType angle,
bool pre =
false);
211 Rotate2D(TParametersValueType angle,
bool pre =
false);
241 Shear(
int axis1,
int axis2, TParametersValueType coef,
bool pre =
false);
279#if !defined(ITK_LEGACY_REMOVE)
294#ifndef ITK_MANUAL_INSTANTIATION
295# include "itkAffineTransform.hxx"
Array2D class representing a 2D array.
A templated class holding a n-Dimensional covariant vector.
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....