Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::GreenPixelAccessor< T > Class Template Reference
[Image Adaptors]

Give access to the Green component of a RGBPixel type. More...

#include <itkGreenPixelAccessor.h>

List of all members.

Public Types

typedef T ExternalType
typedef RGBPixel< T > InternalType
typedef GreenPixelAccessor Self

Public Member Functions

const ExternalTypeGet (const InternalType &input) const
bool operator!= (const Self &other) const
bool operator== (const Self &other) const
void Set (InternalType &output, const ExternalType &input) const


Detailed Description

template<class T>
class itk::GreenPixelAccessor< T >

Give access to the Green component of a RGBPixel type.

This class is intended to be used as parameter of an ImageAdaptor to make an RGBPixel image appear as being of scalar type T, showing only the Green component.

See also:
ImageAdaptor

Definition at line 42 of file itkGreenPixelAccessor.h.


Member Typedef Documentation

template<class T >
typedef T itk::GreenPixelAccessor< T >::ExternalType

External typedef. It defines the external aspect that this class will exhibit

Definition at line 50 of file itkGreenPixelAccessor.h.

template<class T >
typedef RGBPixel<T> itk::GreenPixelAccessor< T >::InternalType

Internal typedef. It defines the internal real representation of data

Definition at line 54 of file itkGreenPixelAccessor.h.

template<class T >
typedef GreenPixelAccessor itk::GreenPixelAccessor< T >::Self

Standard class typedefs.

Definition at line 46 of file itkGreenPixelAccessor.h.


Member Function Documentation

template<class T >
const ExternalType& itk::GreenPixelAccessor< T >::Get ( const InternalType input  )  const [inline]

Read access to the Green component

Definition at line 61 of file itkGreenPixelAccessor.h.

References itk::RGBPixel< TComponent >::GetGreen().

template<class T >
bool itk::GreenPixelAccessor< T >::operator!= ( const Self other  )  const [inline]

Definition at line 64 of file itkGreenPixelAccessor.h.

template<class T >
bool itk::GreenPixelAccessor< T >::operator== ( const Self other  )  const [inline]

Definition at line 69 of file itkGreenPixelAccessor.h.

template<class T >
void itk::GreenPixelAccessor< T >::Set ( InternalType output,
const ExternalType input 
) const [inline]

Write access to the Green component

Definition at line 57 of file itkGreenPixelAccessor.h.

References itk::RGBPixel< TComponent >::SetGreen().


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 09:02:13 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000