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;
98 using AxisType =
typename Superclass::AxisType;
118 SetMatrix(
const MatrixType & matrix)
override;
120 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
135 GetParameters()
const override;
148 SetIdentity()
override;
164 PrintSelf(std::ostream & os,
Indent indent)
const override;
180 ComputeMatrix()
override;
183 ComputeMatrixParameters()
override;
194 #ifndef ITK_MANUAL_INSTANTIATION
195 # include "itkScaleSkewVersor3DTransform.hxx"