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

Defines

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

Define 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 367 of file itkVectorImage.h.