34 #ifndef __itkAdvancedVersorTransform_h
35 #define __itkAdvancedVersorTransform_h
39 #include "vnl/vnl_quaternion.h"
40 #include "itkVersor.h"
66 template<
class TScalarType =
double >
101 typedef typename Superclass::InputCovariantVectorType
103 typedef typename Superclass::OutputCovariantVectorType
110 typedef typename Superclass
113 typedef typename Superclass
116 typedef typename Superclass
171 { this->Superclass::SetRotationMatrix( matrix ); }
174 { m_Versor = newVersor; }
177 void PrintSelf( std::ostream & os, Indent indent )
const override;
202 #ifndef ITK_MANUAL_INSTANTIATION
203 #include "itkAdvancedVersorTransform.hxx"