Go to the documentation of this file.
34 #ifndef __itkAdvancedVersorTransform_h
35 #define __itkAdvancedVersorTransform_h
39 #include "vnl/vnl_quaternion.h"
40 #include "itkVersor.h"
66 template<
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;
202 #ifndef ITK_MANUAL_INSTANTIATION
203 #include "itkAdvancedVersorTransform.hxx"
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|