ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkVectorImage.h File Reference

Go to the source code of this file.

Classes

struct  itk::VectorImage< TPixel, VImageDimension >::Rebind< UPixelType, UImageDimension >
 A structure which enable changing any image class' pixel type to another. More...
class  itk::VectorImage< TPixel, VImageDimension >
 Templated n-dimensional vector image class. More...

Namespaces

namespace  itk

Macros

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

Macro Definition Documentation

#define ITK_TEMPLATE_VectorImage (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 2 ( class EXPORT VectorImage< ITK_TEMPLATE_2 TypeX > ) ) \
namespace Templates \
{ \
typedef VectorImage< ITK_TEMPLATE_2 TypeX > VectorImage##TypeY; \
} \
}

Definition at line 347 of file itkVectorImage.h.