18 #ifndef __itkScaleSkewVersor3DTransform_h
19 #define __itkScaleSkewVersor3DTransform_h
47 template <
class TScalarType =
double>
66 itkStaticConstMacro(InputSpaceDimension,
unsigned int, 3);
67 itkStaticConstMacro(OutputSpaceDimension,
unsigned int, 3);
68 itkStaticConstMacro(ParametersDimension,
unsigned int, 15);
90 typedef typename Superclass::AxisType
AxisType;
107 virtual void SetMatrix(
const MatrixType & matrix);
145 void PrintSelf(std::ostream & os,
Indent indent)
const;
158 void ComputeMatrix(
void);
160 void ComputeMatrixParameters(
void);
164 void operator=(
const Self &);
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkScaleSkewVersor3DTransform.hxx"