18 #ifndef itkv3Rigid3DTransform_h
19 #define itkv3Rigid3DTransform_h
62 template<
typename TParametersValueType=
double>
83 static constexpr
unsigned int SpaceDimension = 3;
84 static constexpr
unsigned int InputSpaceDimension = 3;
85 static constexpr
unsigned int OutputSpaceDimension = 3;
86 static constexpr
unsigned int ParametersDimension = 12;
120 return this->Superclass::GetInverse(inverse);
127 return this->GetInverse(inv) ? inv.
GetPointer() :
nullptr;
137 #if !defined(ITK_LEGACY_REMOVE)
138 #define itkv3 itk::v3
Light weight base class for most itk classes.
ObjectType * GetPointer() const noexcept