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