17 #ifndef __itkEuler2DTransform_txx
18 #define __itkEuler2DTransform_txx
27 template <
class TScalarType>
30 Superclass( SpaceDimension, ParametersDimension )
35 template<
class TScalarType>
38 unsigned int parametersDimension):
44 template<
class TScalarType>
54 template<
class TScalarType>
65 inverse->
SetAngle( -this->GetAngle() );
66 inverse->
SetTranslation( -( this->GetInverseMatrix() * this->GetTranslation() ) );
72 template<
class TScalarType>
82 template<
class TScalarType>
88 result->SetCenter( this->GetCenter() );
89 result->SetAngle( this->GetAngle() );
90 result->SetTranslation( this->GetTranslation() );
95 template<
class TScalarType>
100 this->Superclass::PrintSelf(os,indent);