18 #ifndef __itkCenteredEuler3DTransform_h
19 #define __itkCenteredEuler3DTransform_h
36 template <
class TScalarType =
double>
55 itkStaticConstMacro(SpaceDimension,
unsigned int, 3);
56 itkStaticConstMacro(InputSpaceDimension,
unsigned int, 3);
57 itkStaticConstMacro(OutputSpaceDimension,
unsigned int, 3);
58 itkStaticConstMacro(ParametersDimension,
unsigned int, 9);
67 typedef typename Superclass::InputCovariantVectorType
69 typedef typename Superclass::OutputCovariantVectorType
111 bool GetInverse(
Self *inverse)
const;
125 void PrintSelf(std::ostream & os,
Indent indent)
const;
129 void operator=(
const Self &);
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkCenteredEuler3DTransform.hxx"