ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | 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

Macros

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

Functions

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

Macro Definition 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 334 of file itkImageRegion.h.