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