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;
120 return this->Superclass::GetInverse(inverse);
124 InverseTransformBasePointer
128 return this->GetInverse(inv) ? inv.
GetPointer() :
nullptr;
138 #if !defined(ITK_LEGACY_REMOVE)
139 # define itkv3 itk::v3