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