#include <itkGreenPixelAccessor.h>
Public Types | |
typedef GreenPixelAccessor | Self |
typedef T | ExternalType |
typedef RGBPixel< T > | InternalType |
Public Methods | |
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. |
|
Internal typedef. It defines the internal real representation of data Definition at line 54 of file itkGreenPixelAccessor.h. |
|
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. |
|
Write access to the Green component Definition at line 57 of file itkGreenPixelAccessor.h. |