33#ifndef itkAdvancedEuler3DTransform_h
34#define itkAdvancedEuler3DTransform_h
62template <
class TScalarType =
double>
87 using typename Superclass::ParametersType;
88 using typename Superclass::NumberOfParametersType;
89 using typename Superclass::JacobianType;
90 using typename Superclass::ScalarType;
91 using typename Superclass::InputVectorType;
92 using typename Superclass::OutputVectorType;
93 using typename Superclass::InputCovariantVectorType;
94 using typename Superclass::OutputCovariantVectorType;
95 using typename Superclass::InputVnlVectorType;
96 using typename Superclass::OutputVnlVectorType;
97 using typename Superclass::InputPointType;
98 using typename Superclass::OutputPointType;
120 const ParametersType &
125 SetRotation(ScalarType angleX, ScalarType angleY, ScalarType angleZ);
127 itkGetConstMacro(AngleX, ScalarType);
128 itkGetConstMacro(AngleY, ScalarType);
129 itkGetConstMacro(AngleZ, ScalarType);
136 itkSetMacro(ComputeZYX,
bool);
137 itkGetConstMacro(ComputeZYX,
bool);
147 PrintSelf(std::ostream & os, Indent indent)
const override;
171#ifndef ITK_MANUAL_INSTANTIATION
172# include "itkAdvancedEuler3DTransform.hxx"