Go to the source code of this file.
Classes | |
| class | itk::ConditionalConstIterator< TImage > |
| ConditionalConstIterator is a base class for other iterators where membership in the set of output pixels is "conditional" upon some property, calculation, etc. For example, a threshold iterator might walk a region and return only those pixels which meet a minimum intensity condition. More... | |
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_TEMPLATE_ConditionalConstIterator(_, EXPORT, x, y) |
| #define ITK_TEMPLATE_ConditionalConstIterator | ( | _, | ||
| EXPORT, | ||||
| x, | ||||
| y | ||||
| ) |
namespace itk { \ _(1(class EXPORT ConditionalConstIterator< ITK_TEMPLATE_1 x >)) \ namespace Templates { typedef ConditionalConstIterator< ITK_TEMPLATE_1 x > \ ConditionalConstIterator##y; } \ }
Definition at line 116 of file itkConditionalConstIterator.h.
1.7.1 written by Dimitri van Heesch,
© 1997-2000