18 #ifndef itkEuler2DTransform_h
19 #define itkEuler2DTransform_h
40 template<
typename TParametersValueType=
double>
58 itkStaticConstMacro(SpaceDimension,
unsigned int, 2);
59 itkStaticConstMacro(ParametersDimension,
unsigned int, 3);
97 void CloneInverseTo(
Pointer & newinverse)
const;
100 bool GetInverse(
Self *inverse)
const;
109 void CloneTo(
Pointer & clone) const;
115 void ComputeAngleFromMatrix()
116 { this->ComputeMatrixParameters(); }
123 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkEuler2DTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.