18 #ifndef itkScaleVersor3DTransform_h
19 #define itkScaleVersor3DTransform_h
48 template<
typename TParametersValueType=
double>
67 static constexpr
unsigned int InputSpaceDimension = 3;
68 static constexpr
unsigned int OutputSpaceDimension = 3;
69 static constexpr
unsigned int ParametersDimension = 9;
93 using AxisType =
typename Superclass::AxisType;
104 void SetMatrix(
const MatrixType & matrix)
override;
105 void SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
127 void SetIdentity()
override;
141 void PrintSelf(std::ostream & os,
Indent indent)
const override;
149 void ComputeMatrix()
override;
151 void ComputeMatrixParameters()
override;
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkScaleVersor3DTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.