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