18 #ifndef itkRigid3DTransform_h
19 #define itkRigid3DTransform_h
56 template<
typename TParametersValueType=
double>
78 static constexpr
unsigned int SpaceDimension = 3;
79 static constexpr
unsigned int InputSpaceDimension = 3;
80 static constexpr
unsigned int OutputSpaceDimension = 3;
81 static constexpr
unsigned int ParametersDimension = 12;
129 void SetMatrix(
const MatrixType & matrix)
override;
136 virtual void SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance );
145 void Translate(
const OffsetType & offset,
bool pre =
false);
151 bool MatrixIsOrthogonal(
const MatrixType & matrix,
152 const TParametersValueType tolerance =
166 void PrintSelf(std::ostream & os,
Indent indent)
const override;
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "itkRigid3DTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.