18 #ifndef itkScaleSkewVersor3DTransform_h
19 #define itkScaleSkewVersor3DTransform_h
53 template<
typename TParametersValueType=
double>
73 static constexpr
unsigned int InputSpaceDimension = 3;
74 static constexpr
unsigned int OutputSpaceDimension = 3;
75 static constexpr
unsigned int ParametersDimension = 15;
99 using AxisType =
typename Superclass::AxisType;
118 void SetMatrix(
const MatrixType & matrix)
override;
119 void SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
142 void SetIdentity()
override;
156 void PrintSelf(std::ostream & os,
Indent indent)
const override;
169 void ComputeMatrix()
override;
171 void ComputeMatrixParameters()
override;
182 #ifndef ITK_MANUAL_INSTANTIATION
183 #include "itkScaleSkewVersor3DTransform.hxx"
Light weight base class for most itk classes.
TParametersValueType ValueType
Control indentation during Print() invocation.