18 #ifndef __itkEuler2DTransform_h
19 #define __itkEuler2DTransform_h
40 template<
class TScalarType =
double >
59 itkStaticConstMacro(SpaceDimension,
unsigned int, 2);
60 itkStaticConstMacro(ParametersDimension,
unsigned int, 3);
98 void CloneInverseTo(
Pointer & newinverse)
const;
101 bool GetInverse(
Self *inverse)
const;
110 void CloneTo(
Pointer & clone)
const;
116 void ComputeAngleFromMatrix()
117 { this->ComputeMatrixParameters(); }
124 void PrintSelf(std::ostream & os,
Indent indent)
const;
128 void operator=(
const Self &);
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkEuler2DTransform.hxx"