|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVersorRigid3DTransform_h
19 #define itkVersorRigid3DTransform_h
45 template <
typename TParametersValueType =
double>
64 static constexpr
unsigned int SpaceDimension = 3;
65 static constexpr
unsigned int InputSpaceDimension = 3;
66 static constexpr
unsigned int OutputSpaceDimension = 3;
67 static constexpr
unsigned int ParametersDimension = 6;
94 using AxisType =
typename Superclass::AxisType;
111 GetParameters()
const override;
121 UpdateTransformParameters(
const DerivativeType & update, TParametersValueType factor = 1.0)
override;
137 PrintSelf(std::ostream & os,
Indent indent)
const override;
141 #ifndef ITK_MANUAL_INSTANTIATION
142 # include "itkVersorRigid3DTransform.hxx"
ImageBaseType::SpacingType VectorType
Control indentation during Print() invocation.
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Array class with size defined at construction time.