Go to the source code of this file.
Classes |
class | itk::ConditionalConstIterator< TImage > |
| 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...
|
Macro Definition Documentation
#define ITK_TEMPLATE_ConditionalConstIterator |
( |
|
_, |
|
|
|
EXPORT, |
|
|
|
TypeX, |
|
|
|
TypeY |
|
) |
| |
Value:namespace itk \
{ \
_( 1 ( class EXPORT ConditionalConstIterator< ITK_TEMPLATE_1 TypeX > ) ) \
namespace Templates \
{ \
typedef ConditionalConstIterator< ITK_TEMPLATE_1 TypeX > \
ConditionalConstIterator##TypeY; \
} \
}
Definition at line 119 of file itkConditionalConstIterator.h.