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