18 #ifndef itkRigid3DTransform_h
19 #define itkRigid3DTransform_h
56 template <
typename TParametersValueType =
double>
75 static constexpr
unsigned int SpaceDimension = 3;
76 static constexpr
unsigned int InputSpaceDimension = 3;
77 static constexpr
unsigned int OutputSpaceDimension = 3;
78 static constexpr
unsigned int ParametersDimension = 12;
128 SetMatrix(
const MatrixType & matrix)
override;
136 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance);
146 Translate(
const OffsetType & offset,
bool pre =
false);
168 PrintSelf(std::ostream & os,
Indent indent)
const override;
172 #ifndef ITK_MANUAL_INSTANTIATION
173 # include "itkRigid3DTransform.hxx"