18 #ifndef __itkCenteredRigid2DTransform_h
19 #define __itkCenteredRigid2DTransform_h
51 template <
class TScalarType =
double>
70 itkStaticConstMacro(SpaceDimension,
unsigned int, 2);
71 itkStaticConstMacro(OutputSpaceDimension,
unsigned int, 2);
72 itkStaticConstMacro(ParametersDimension,
unsigned int, 5);
99 typedef typename Superclass::InputCovariantVectorType
101 typedef typename Superclass::OutputCovariantVectorType
149 void CloneInverseTo(
Pointer & newinverse)
const;
152 bool GetInverse(
Self *inverse)
const;
160 void CloneTo(
Pointer & clone)
const;
170 void PrintSelf(std::ostream & os,
Indent indent)
const;
174 void operator=(
const Self &);
179 #ifndef ITK_MANUAL_INSTANTIATION
180 #include "itkCenteredRigid2DTransform.hxx"