ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines | Functions
itkRGBAPixel.h File Reference

Go to the source code of this file.

Classes

class  itk::RGBAPixel< TComponent >
 Represent Red, Green, Blue and Alpha components for color images. More...

Namespaces

namespace  itk

Defines

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

Functions

template<typename TComponent >
ITK_EXPORT std::ostream & itk::operator<< (std::ostream &os, const RGBAPixel< TComponent > &c)
template<typename TComponent >
ITK_EXPORT std::istream & itk::operator>> (std::istream &is, RGBAPixel< TComponent > &c)

Define Documentation

#define ITK_TEMPLATE_RGBAPixel (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                 \
  {                                                             \
  _( 1 ( class EXPORT RGBAPixel< ITK_TEMPLATE_1 TypeX > ) )     \
  namespace Templates                                           \
  {                                                             \
  typedef RGBAPixel< ITK_TEMPLATE_1 TypeX > RGBAPixel##TypeY; \
  }                                                             \
  }

Definition at line 176 of file itkRGBAPixel.h.