18#ifndef itkFixedCenterOfRotationAffineTransform_h
19#define itkFixedCenterOfRotationAffineTransform_h
33template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
54 static constexpr unsigned int InputSpaceDimension = VDimension;
55 static constexpr unsigned int OutputSpaceDimension = VDimension;
56 static constexpr unsigned int SpaceDimension = VDimension;
57 static constexpr unsigned int ParametersDimension = VDimension * (VDimension + 2);
89 return this->GetCenter();
98 this->SetMatrix(matrix);
105 return this->GetMatrix();
112 this->SetTranslation(offset);
119 return this->GetTranslation();
124#if !defined(ITK_LEGACY_REMOVE)
126 const OutputVectorType & offset);
137#ifndef ITK_MANUAL_INSTANTIATION
138# include "itkFixedCenterOfRotationAffineTransform.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.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....