Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::ImageRegionIterator< TImage > |
A multi-dimensional iterator templated over image type that walks a region of pixels. More... | |
Defines | |
#define | ITK_TEMPLATE_ImageRegionIterator(_, EXPORT, x, y) |
#define ITK_TEMPLATE_ImageRegionIterator | ( | _, | |||
EXPORT, | |||||
x, | |||||
y | ) |
Value:
namespace itk { \ _(1(class EXPORT ImageRegionIterator< ITK_TEMPLATE_1 x >)) \ namespace Templates { typedef ImageRegionIterator< ITK_TEMPLATE_1 x > ImageRegionIterator##y; } \ }
Definition at line 147 of file itkImageRegionIterator.h.