18 #ifndef itkCenteredRigid2DTransform_h
19 #define itkCenteredRigid2DTransform_h
51 template<
typename TParametersValueType=
double>
71 static constexpr
unsigned int SpaceDimension = 2;
72 static constexpr
unsigned int OutputSpaceDimension = 2;
73 static constexpr
unsigned int ParametersDimension = 5;
149 void CloneInverseTo(
Pointer & newinverse)
const;
152 bool GetInverse(
Self *inverse)
const;
160 void CloneTo(
Pointer & clone)
const;
168 void PrintSelf(std::ostream & os,
Indent indent)
const override;
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkCenteredRigid2DTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.