18 #ifndef __itkCenteredAffineTransform_h
19 #define __itkCenteredAffineTransform_h
34 class TScalarType = double,
35 unsigned int NDimensions = 3>
54 itkStaticConstMacro(SpaceDimension,
unsigned int, NDimensions);
55 itkStaticConstMacro( ParametersDimension,
unsigned int,
56 NDimensions * ( NDimensions + 2 ) );
66 typedef typename Superclass::InputCovariantVectorType
68 typedef typename Superclass::OutputCovariantVectorType
107 bool GetInverse(
Self *inverse)
const;
121 const Self & operator=(
const Self &);
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkCenteredAffineTransform.hxx"