|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
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;
76 using typename Superclass::ParametersType;
77 using typename Superclass::FixedParametersType;
117 SetMatrix(
const MatrixType & matrix)
override;
119 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance)
override;
131 SetParameters(
const ParametersType & parameters)
override;
133 const ParametersType &
134 GetParameters()
const override;
147 SetIdentity()
override;
156 #if !defined(ITK_LEGACY_REMOVE)
164 PrintSelf(std::ostream & os,
Indent indent)
const override;
180 ComputeMatrix()
override;
183 ComputeMatrixParameters()
override;
194 #ifndef ITK_MANUAL_INSTANTIATION
195 # include "itkComposeScaleSkewVersor3DTransform.hxx"
A templated class holding a n-Dimensional vector.
Control indentation during Print() invocation.
TParametersValueType ValueType
A templated class holding a n-Dimensional covariant vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A templated class holding a geometric point in n-Dimensional space.
Array2D class representing a 2D array.