Go to the source code of this file.
Classes | |
| class | itk::ImageRegionIterator< TImage > |
| A multi-dimensional iterator templated over image type that walks a region of pixels. More... | |
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_TEMPLATE_ImageRegionIterator(_, EXPORT, x, y) |
| #define ITK_TEMPLATE_ImageRegionIterator | ( | _, | ||
| EXPORT, | ||||
| x, | ||||
| y | ||||
| ) |
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.
1.7.1 written by Dimitri van Heesch,
© 1997-2000