18 #ifndef itkGreenPixelAccessor_h
19 #define itkGreenPixelAccessor_h
40 template<
typename T >
70 return !( *
this != other );
bool operator!=(const Self &) const
const ComponentType & GetGreen(void) const
const ExternalType & Get(const InternalType &input) const
bool operator==(const Self &other) const
Represent Red, Green and Blue components for color images.
RGBPixel< T > InternalType
void SetGreen(ComponentType green)
void Set(InternalType &output, const ExternalType &input) const
Give access to the Green component of a RGBPixel type.