17 #ifndef __itkAdvancedVersorRigid3DTransform_h
18 #define __itkAdvancedVersorRigid3DTransform_h
46 template<
class TScalarType =
double >
66 itkStaticConstMacro( SpaceDimension,
unsigned int, 3 );
67 itkStaticConstMacro( InputSpaceDimension,
unsigned int, 3 );
68 itkStaticConstMacro( OutputSpaceDimension,
unsigned int, 3 );
69 itkStaticConstMacro( ParametersDimension,
unsigned int, 6 );
94 typedef typename Superclass::AxisType
AxisType;
116 virtual void GetJacobian(
124 unsigned int paramDim );
130 void PrintSelf( std::ostream & os, Indent indent )
const;
135 { this->Superclass::SetRotationMatrix( matrix ); }
140 void operator=(
const Self & );
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkAdvancedVersorRigid3DTransform.hxx"