Go to the source code of this file.
Functions |
template<unsigned int VImageDimension> |
std::ostream & | itk::operator<< (std::ostream &os, const ImageRegion< VImageDimension > ®ion) |
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.