|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVersorTransform_h
19 #define itkVersorTransform_h
23 #include "vnl/vnl_quaternion.h"
46 template <
typename TParametersValueType =
double>
65 static constexpr
unsigned int SpaceDimension = 3;
66 static constexpr
unsigned int InputSpaceDimension = 3;
67 static constexpr
unsigned int OutputSpaceDimension = 3;
68 static constexpr
unsigned int ParametersDimension = 3;
113 GetParameters()
const override;
126 SetIdentity()
override;
149 m_Versor = newVersor;
154 PrintSelf(std::ostream & os,
Indent indent)
const override;
159 ComputeMatrix()
override;
162 ComputeMatrixParameters()
override;
170 #ifndef ITK_MANUAL_INSTANTIATION
171 # include "itkVersorTransform.hxx"
ImageBaseType::SpacingType VectorType
Control indentation during Print() invocation.
Light weight base class for most itk classes.
TParametersValueType ValueType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....