18 #ifndef itkComposeScaleSkewVersor3DTransform_h
19 #define itkComposeScaleSkewVersor3DTransform_h
52 template <
typename TParametersValueType =
double>
71 static constexpr
unsigned int InputSpaceDimension = 3;
72 static constexpr
unsigned int OutputSpaceDimension = 3;
73 static constexpr
unsigned int ParametersDimension = 12;
97 using AxisType =
typename Superclass::AxisType;
117 SetMatrix(
const MatrixType & matrix)
override;
119 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
134 GetParameters()
const override;
147 SetIdentity()
override;
161 PrintSelf(std::ostream & os,
Indent indent)
const override;
177 ComputeMatrix()
override;
180 ComputeMatrixParameters()
override;
191 #ifndef ITK_MANUAL_INSTANTIATION
192 # include "itkComposeScaleSkewVersor3DTransform.hxx"