18 #ifndef __itkFixedCenterOfRotationAffineTransform_h
19 #define __itkFixedCenterOfRotationAffineTransform_h
34 class TScalarType = double,
35 unsigned int NDimensions = 3 >
54 itkStaticConstMacro(InputSpaceDimension,
unsigned int, NDimensions);
55 itkStaticConstMacro(OutputSpaceDimension,
unsigned int, NDimensions);
56 itkStaticConstMacro(SpaceDimension,
unsigned int, NDimensions);
57 itkStaticConstMacro( ParametersDimension,
unsigned int,
58 NDimensions * ( NDimensions + 2 ) );
81 { this->SetCenter(cor); }
83 {
return this->GetCenter(); }
89 { this->SetMatrix(matrix); }
93 {
return this->GetMatrix(); }
97 { this->SetTranslation(offset); }
101 {
return this->GetTranslation(); }
106 const OutputVectorType & offset);
108 unsigned int parametersDimension);
117 const Self & operator=(
const Self &);
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkFixedCenterOfRotationAffineTransform.hxx"