ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines | Functions
itkImageRegion.h File Reference

Go to the source code of this file.

Classes

class  itk::ImageRegion< VImageDimension >
 An image region represents a structured region of data. More...

Namespaces

namespace  itk

Defines

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

Functions

template<unsigned int VImageDimension>
std::ostream & itk::operator<< (std::ostream &os, const ImageRegion< VImageDimension > &region)

Define Documentation

#define ITK_TEMPLATE_ImageRegion (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                                            \
  {                                                                                        \
  _( 1 ( class EXPORT ImageRegion< ITK_TEMPLATE_1 TypeX > ) )                              \
  _( 1 ( EXPORT std::ostream & operator<<(std::ostream &,                                  \
                                          const ImageRegion< ITK_TEMPLATE_1 TypeX > &) ) ) \
  namespace Templates                                                                      \
  {                                                                                        \
  typedef ImageRegion< ITK_TEMPLATE_1 TypeX > ImageRegion##TypeY;                        \
  }                                                                                        \
  }

Definition at line 330 of file itkImageRegion.h.