18 #ifndef itkCenteredAffineTransform_h
19 #define itkCenteredAffineTransform_h
33 template<
typename TParametersValueType=double,
34 unsigned int NDimensions = 3>
53 static constexpr
unsigned int SpaceDimension = NDimensions;
54 static constexpr
unsigned int ParametersDimension = NDimensions * ( NDimensions + 2 );
106 bool GetInverse(
Self *inverse)
const;
120 const Self & operator=(
const Self &) =
delete;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkCenteredAffineTransform.hxx"
Light weight base class for most itk classes.