Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::OrientedImage< TPixel, VImageDimension > |
Templated n-dimensional oriented image class. More... | |
Defines | |
#define | ITK_TEMPLATE_OrientedImage(_, EXPORT, x, y) |
#define ITK_TEMPLATE_OrientedImage | ( | _, | |||
EXPORT, | |||||
x, | |||||
y | ) |
Value:
namespace itk { \ _(2(class EXPORT OrientedImage< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef Image< ITK_TEMPLATE_2 x > OrientedImage##y; } \ }
Definition at line 307 of file itkOrientedImage.h.