ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkGreenPixelAccessor.h>
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.
Definition at line 41 of file itkGreenPixelAccessor.h.
Public Types | |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
typedef GreenPixelAccessor | Self |
Public Member Functions | |
const ExternalType & | Get (const InternalType &input) const |
bool | operator!= (const Self &) const |
bool | operator== (const Self &other) const |
void | Set (InternalType &output, const ExternalType &input) const |
typedef T itk::GreenPixelAccessor< T >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit
Definition at line 49 of file itkGreenPixelAccessor.h.
typedef RGBPixel< T > itk::GreenPixelAccessor< T >::InternalType |
Internal typedef. It defines the internal real representation of data
Definition at line 53 of file itkGreenPixelAccessor.h.
typedef GreenPixelAccessor itk::GreenPixelAccessor< T >::Self |
Standard class typedefs.
Definition at line 45 of file itkGreenPixelAccessor.h.
|
inline |
Read access to the Green component
Definition at line 60 of file itkGreenPixelAccessor.h.
References itk::RGBPixel< TComponent >::GetGreen().
|
inline |
Definition at line 63 of file itkGreenPixelAccessor.h.
|
inline |
Definition at line 68 of file itkGreenPixelAccessor.h.
|
inline |
Write access to the Green component
Definition at line 56 of file itkGreenPixelAccessor.h.
References itk::RGBPixel< TComponent >::SetGreen().