18#ifndef itkv3Rigid3DTransform_h
19#define itkv3Rigid3DTransform_h
62template <
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;
120 return this->Superclass::GetInverse(inverse);
124 InverseTransformBasePointer
127 return Superclass::InvertTransform(*
this);
136#if !defined(ITK_LEGACY_REMOVE)
137# define itkv3 itk::v3
Array2D class representing a 2D array.
A templated class holding a n-Dimensional covariant vector.
A templated class holding a M x N size Matrix.
Class to hold and manage different parameter types used during optimization.
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional vector.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....