18#ifndef itkCenteredAffineTransform_h
19#define itkCenteredAffineTransform_h
33template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
52 static constexpr unsigned int SpaceDimension = VDimension;
53 static constexpr unsigned int ParametersDimension = VDimension * (VDimension + 2);
124#ifndef ITK_MANUAL_INSTANTIATION
125# include "itkCenteredAffineTransform.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....