18 #ifndef itkCenteredEuler3DTransform_h
19 #define itkCenteredEuler3DTransform_h
36 template<
typename TParametersValueType=
double>
56 static constexpr
unsigned int SpaceDimension = 3;
57 static constexpr
unsigned int InputSpaceDimension = 3;
58 static constexpr
unsigned int OutputSpaceDimension = 3;
59 static constexpr
unsigned int ParametersDimension = 9;
113 bool GetInverse(
Self *inverse)
const;
127 void PrintSelf(std::ostream & os,
Indent indent)
const override;
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkCenteredEuler3DTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.