#include <itkGreenPixelAccessor.h>
Public Types | |
typedef GreenPixelAccessor | Self |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
Public Member Functions | |
void | Set (InternalType &output, const ExternalType &input) const |
const ExternalType & | Get (const InternalType &input) const |
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 42 of file itkGreenPixelAccessor.h.
|
External typedef. It defines the external aspect that this class will exhibit Definition at line 50 of file itkGreenPixelAccessor.h. Referenced by itk::GreenPixelAccessor< T >::Get(), and itk::GreenPixelAccessor< T >::Set(). |
|
Internal typedef. It defines the internal real representation of data Definition at line 54 of file itkGreenPixelAccessor.h. Referenced by itk::GreenPixelAccessor< T >::Get(), and itk::GreenPixelAccessor< T >::Set(). |
|
Standard class typedefs. Definition at line 46 of file itkGreenPixelAccessor.h. |
|
Read access to the Green component Definition at line 61 of file itkGreenPixelAccessor.h. References itk::GreenPixelAccessor< T >::ExternalType, itk::RGBPixel< TComponent >::GetGreen(), and itk::GreenPixelAccessor< T >::InternalType. |
|
Write access to the Green component Definition at line 57 of file itkGreenPixelAccessor.h. References itk::GreenPixelAccessor< T >::ExternalType, itk::GreenPixelAccessor< T >::InternalType, and itk::RGBPixel< TComponent >::SetGreen(). |