18 #ifndef itkEuler2DTransform_h
19 #define itkEuler2DTransform_h
40 template<
typename TParametersValueType=
double>
60 static constexpr
unsigned int SpaceDimension = 2;
61 static constexpr
unsigned int ParametersDimension = 3;
100 void CloneInverseTo(
Pointer & newinverse)
const;
103 bool GetInverse(
Self *inverse)
const;
112 void CloneTo(
Pointer & clone)
const;
119 { this->ComputeMatrixParameters(); }
126 void PrintSelf(std::ostream & os,
Indent indent)
const override;
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkEuler2DTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.