|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
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;
80 using typename Superclass::ParametersType;
81 using typename Superclass::ParametersValueType;
82 using typename Superclass::FixedParametersType;
83 using typename Superclass::FixedParametersValueType;
120 SetParameters(
const ParametersType & parameters)
override;
128 SetMatrix(
const MatrixType & matrix)
override;
136 SetMatrix(
const MatrixType & matrix,
const TParametersValueType tolerance);
146 Translate(
const OffsetType & offset,
bool pre =
false);
159 #if !defined(ITK_LEGACY_REMOVE)
171 PrintSelf(std::ostream & os,
Indent indent)
const override;
175 #ifndef ITK_MANUAL_INSTANTIATION
176 # include "itkRigid3DTransform.hxx"
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
A templated class holding a n-Dimensional covariant vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Array2D class representing a 2D array.