|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkv3Rigid3DTransform_h
19 #define itkv3Rigid3DTransform_h
62 template <
typename TParametersValueType =
double>
82 static constexpr
unsigned int SpaceDimension = 3;
83 static constexpr
unsigned int InputSpaceDimension = 3;
84 static constexpr
unsigned int OutputSpaceDimension = 3;
85 static constexpr
unsigned int ParametersDimension = 12;
87 using typename Superclass::ParametersType;
88 using typename Superclass::ParametersValueType;
89 using typename Superclass::FixedParametersType;
90 using typename Superclass::FixedParametersValueType;
120 return this->Superclass::GetInverse(inverse);
124 InverseTransformBasePointer
127 return Superclass::InvertTransform(*
this);
136 #if !defined(ITK_LEGACY_REMOVE)
137 # define itkv3 itk::v3
SmartPointer< Self > Pointer
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.