ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkConditionalConstIterator.h File Reference

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...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_ConditionalConstIterator(_, EXPORT, TypeX, TypeY)

Define 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.