Go to the source code of this file.
Classes | |
| class | itk::LineIterator< TImage > |
| Iterator that walks a Bresenham line through an ND image. More... | |
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_TEMPLATE_LineIterator(_, EXPORT, x, y) |
| #define ITK_TEMPLATE_LineIterator | ( | _, | ||
| EXPORT, | ||||
| x, | ||||
| y | ||||
| ) |
namespace itk { \ _(1(class EXPORT LineIterator< ITK_TEMPLATE_1 x >)) \ namespace Templates { typedef LineIterator< ITK_TEMPLATE_1 x > \ LineIterator##y; } \ }
Definition at line 122 of file itkLineIterator.h.
1.7.1 written by Dimitri van Heesch,
© 1997-2000