ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
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 > ®ion) |
#define ITK_TEMPLATE_ImageRegion | ( | _, | |
EXPORT, | |||
TypeX, | |||
TypeY | |||
) |
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.