18#ifndef itkScalableAffineTransform_h
19#define itkScalableAffineTransform_h
33template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
52 static constexpr unsigned int InputSpaceDimension = VDimension;
53 static constexpr unsigned int OutputSpaceDimension = VDimension;
54 static constexpr unsigned int SpaceDimension = VDimension;
55 static constexpr unsigned int ParametersDimension = VDimension * (VDimension + 1);
98 this->SetScale(scale);
108 this->SetScale(scale);
112 virtual const double *
117 virtual const double *
140#if !defined(ITK_LEGACY_REMOVE)
161 for (
int i = 0; i < InputSpaceDimension; ++i)
163 m_Scale[i] = scale[i];
168 double m_Scale[VDimension]{};
173#ifndef ITK_MANUAL_INSTANTIATION
174# include "itkScalableAffineTransform.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....