18#ifndef itkVersorTransform_h
19#define itkVersorTransform_h
23#include "vnl/vnl_quaternion.h"
46template <
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;
138#if !defined(ITK_LEGACY_REMOVE)
152 m_Versor = newVersor;
173#ifndef ITK_MANUAL_INSTANTIATION
174# include "itkVersorTransform.hxx"
Array2D class representing a 2D array.
A templated class holding a n-Dimensional covariant vector.
Control indentation during Print() invocation.
A templated class holding a M x N size Matrix.
Class to hold and manage different parameter types used during optimization.
TParametersValueType ValueType
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional vector.
ImageBaseType::SpacingType VectorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....