ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkMatrixOffsetTransformBase.h File Reference

Go to the source code of this file.

Classes

class  itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >
 Matrix and Offset transformation of a vector space (e.g. space coordinates) More...

Namespaces

namespace  itk

Macros

#define ITK_TEMPLATE_MatrixOffsetTransformBase(_, EXPORT, TypeX, TypeY)

Macro Definition Documentation

#define ITK_TEMPLATE_MatrixOffsetTransformBase (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 3 ( class EXPORT MatrixOffsetTransformBase<ITK_TEMPLATE_3 TypeX> ) ) \
namespace Templates \
{ \
typedef MatrixOffsetTransformBase<ITK_TEMPLATE_3 TypeX> MatrixOffsetTransformBase##TypeY; \
} \
}

Definition at line 531 of file itkMatrixOffsetTransformBase.h.