18#ifndef itkMatrixOffsetTransformBase_h
19#define itkMatrixOffsetTransformBase_h
105template <
typename TParametersValueType =
double,
unsigned int VInputDimension = 3,
unsigned int VOutputDimension = 3>
107 :
public Transform<TParametersValueType, VInputDimension, VOutputDimension>
217 return Self::TransformCategoryEnum::Linear;
249 virtual const MatrixType &
277 const OutputVectorType &
320 const InputPointType &
347 const OutputVectorType &
499 const InverseMatrixType &
511#if !defined(ITK_LEGACY_REMOVE)
584 itkGetConstMacro(Singular,
bool);
601#ifndef ITK_MANUAL_INSTANTIATION
602# include "itkMatrixOffsetTransformBase.hxx"
A templated class holding a n-Dimensional covariant vector.
Control indentation during Print() invocation.
static double GetTolerance()
static float GetTolerance()
A templated class holding a M x N size Matrix.
TParametersValueType ValueType
static Self GetIdentity()
virtual void Modified() const
A templated class holding a geometric point in n-Dimensional space.
TParametersValueType ValueType
Implements transparent reference counting.
Generate a unique, increasing time value.
A templated class holding a n-Dimensional vector.
TParametersValueType ValueType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....