18 #ifndef itkScaleSkewVersor3DTransform_h
19 #define itkScaleSkewVersor3DTransform_h
53 template <
typename TParametersValueType =
double>
72 static constexpr
unsigned int InputSpaceDimension = 3;
73 static constexpr
unsigned int OutputSpaceDimension = 3;
74 static constexpr
unsigned int ParametersDimension = 15;
77 using typename Superclass::ParametersType;
78 using typename Superclass::FixedParametersType;
97 using typename Superclass::VersorType;
98 using typename Superclass::AxisType;
99 using typename Superclass::AngleType;
109 using typename Superclass::AxisValueType;
110 using typename Superclass::ParametersValueType;
118 SetMatrix(
const MatrixType & matrix)
override;
120 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
132 SetParameters(
const ParametersType & parameters)
override;
134 const ParametersType &
135 GetParameters()
const override;
148 SetIdentity()
override;
159 #if !defined(ITK_LEGACY_REMOVE)
167 PrintSelf(std::ostream & os,
Indent indent)
const override;
183 ComputeMatrix()
override;
186 ComputeMatrixParameters()
override;
197 #ifndef ITK_MANUAL_INSTANTIATION
198 # include "itkScaleSkewVersor3DTransform.hxx"