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

Go to the source code of this file.

Classes

class  itk::ImageConstIterator< TImage >
 A multi-dimensional image iterator templated over image type. More...

Namespaces

namespace  itk

Defines

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

Define Documentation

#define ITK_TEMPLATE_ImageConstIterator (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                                   \
  {                                                                               \
  _( 1 ( class EXPORT ImageConstIterator< ITK_TEMPLATE_1 TypeX > ) )              \
  namespace Templates                                                             \
  {                                                                               \
  typedef ImageConstIterator< ITK_TEMPLATE_1 TypeX > ImageConstIterator##TypeY; \
  }                                                                               \
  }

Definition at line 380 of file itkImageConstIterator.h.