18#ifndef itkRigid3DTransform_h
19#define itkRigid3DTransform_h
56template <
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;
84 using typename Superclass::JacobianType;
85 using typename Superclass::JacobianPositionType;
86 using typename Superclass::InverseJacobianPositionType;
87 using typename Superclass::ScalarType;
88 using typename Superclass::InputVectorType;
89 using typename Superclass::OutputVectorType;
90 using typename Superclass::OutputVectorValueType;
91 using typename Superclass::InputCovariantVectorType;
92 using typename Superclass::OutputCovariantVectorType;
93 using typename Superclass::InputVnlVectorType;
94 using typename Superclass::OutputVnlVectorType;
95 using typename Superclass::InputPointType;
96 using typename Superclass::OutputPointType;
97 using typename Superclass::MatrixType;
98 using typename Superclass::InverseMatrixType;
99 using typename Superclass::MatrixValueType;
100 using typename Superclass::CenterType;
101 using typename Superclass::TranslationType;
102 using typename Superclass::OffsetType;
172#ifndef ITK_MANUAL_INSTANTIATION
173# include "itkRigid3DTransform.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Class to hold and manage different parameter types used during optimization.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....