18 #ifndef itkMatrixOffsetTransformBase_h
19 #define itkMatrixOffsetTransformBase_h
71 template<
typename TParametersValueType=double,
72 unsigned int NInputDimensions = 3,
73 unsigned int NOutputDimensions = 3>
75 public Transform<TParametersValueType, NInputDimensions, NOutputDimensions>
97 NOutputDimensions * ( NInputDimensions + 1 ) );
116 typedef Vector<TParametersValueType,
118 typedef Vector<TParametersValueType,
151 typedef vnl_vector_fixed<TParametersValueType,
154 typedef vnl_vector_fixed<TParametersValueType,
160 typedef Point<TParametersValueType,
164 typedef Point<TParametersValueType,
447 #if !defined(ITK_LEGACY_REMOVE)
475 virtual void PrintSelf(std::ostream & s,
Indent indent)
const ITK_OVERRIDE;
544 #ifndef ITK_MANUAL_INSTANTIATION
545 #include "itkMatrixOffsetTransformBase.hxx"
A templated class holding a M x N size Matrix.
Light weight base class for most itk classes.
A templated class holding a n-Dimensional vector.
TParametersValueType ValueType
Generate a unique, increasing time value.
virtual void Modified() const
Control indentation during Print() invocation.
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional covariant vector.