18 #ifndef __itkVersorRigid3DTransform_h
19 #define __itkVersorRigid3DTransform_h
45 template <
class TScalarType =
double>
64 itkStaticConstMacro(SpaceDimension,
unsigned int, 3);
65 itkStaticConstMacro(InputSpaceDimension,
unsigned int, 3);
66 itkStaticConstMacro(OutputSpaceDimension,
unsigned int, 3);
67 itkStaticConstMacro(ParametersDimension,
unsigned int, 6);
90 typedef typename Superclass::AxisType
AxisType;
119 void PrintSelf(std::ostream & os,
Indent indent)
const;
123 void operator=(
const Self &);
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "itkVersorRigid3DTransform.hxx"