18 #ifndef itkFixedCenterOfRotationAffineTransform_h
19 #define itkFixedCenterOfRotationAffineTransform_h
33 template <
typename TParametersValueType =
double,
unsigned int NDimensions = 3>
54 static constexpr
unsigned int InputSpaceDimension = NDimensions;
55 static constexpr
unsigned int OutputSpaceDimension = NDimensions;
56 static constexpr
unsigned int SpaceDimension = NDimensions;
57 static constexpr
unsigned int ParametersDimension = NDimensions * (NDimensions + 2);
89 return this->GetCenter();
98 this->SetMatrix(matrix);
105 return this->GetMatrix();
112 this->SetTranslation(offset);
119 return this->GetTranslation();
134 #ifndef ITK_MANUAL_INSTANTIATION
135 # include "itkFixedCenterOfRotationAffineTransform.hxx"