34#ifndef __itkAdvancedVersorTransform_h
35#define __itkAdvancedVersorTransform_h
39#include "vnl/vnl_quaternion.h"
66template<
class TScalarType =
double >
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"