Go to the source code of this file.
Classes | |
class | itk::CenteredAffineTransform< TScalarType, NDimensions > |
Affine transformation with a specified center of rotation. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_CenteredAffineTransform(_, EXPORT, x, y) |
#define ITK_TEMPLATE_CenteredAffineTransform | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(2(class EXPORT CenteredAffineTransform< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef CenteredAffineTransform< ITK_TEMPLATE_2 x > \ CenteredAffineTransform##y; } \ }
Define instantiation macro for this template.
Definition at line 132 of file itkCenteredAffineTransform.h.