18 #ifndef __itkScaleVersor3DTransform_h
19 #define __itkScaleVersor3DTransform_h
44 template <
class TScalarType =
double>
62 itkStaticConstMacro(InputSpaceDimension,
unsigned int, 3);
63 itkStaticConstMacro(OutputSpaceDimension,
unsigned int, 3);
64 itkStaticConstMacro(ParametersDimension,
unsigned int, 9);
86 typedef typename Superclass::AxisType
AxisType;
95 virtual void SetMatrix(
const MatrixType & matrix);
130 void PrintSelf(std::ostream & os,
Indent indent)
const;
138 void ComputeMatrix(
void);
140 void ComputeMatrixParameters(
void);
144 void operator=(
const Self &);
151 #ifndef ITK_MANUAL_INSTANTIATION
152 #include "itkScaleVersor3DTransform.hxx"