Boost GIL


Classes | Functions
planar_pixel_reference

A reference proxy to a planar pixel. Models HomogeneousColorBaseConcept, HomogeneousPixelConcept. More...

Classes

struct  planar_pixel_reference< ChannelReference, ColorSpace >
 A reference proxy to a planar pixel. More...
 
struct  is_pixel< planar_pixel_reference< ChannelReference, ColorSpace > >
 Metafunction predicate that flags planar_pixel_reference as a model of PixelConcept. Required by PixelConcept. More...
 
struct  color_space_type< planar_pixel_reference< ChannelReference, ColorSpace > >
 Specifies the color space type of a planar pixel reference. Required by PixelBasedConcept. More...
 
struct  channel_mapping_type< planar_pixel_reference< ChannelReference, ColorSpace > >
 Specifies the color space type of a planar pixel reference. Required by PixelBasedConcept. More...
 
struct  is_planar< planar_pixel_reference< ChannelReference, ColorSpace > >
 Specifies that planar_pixel_reference represents a planar construct. Required by PixelBasedConcept. More...
 
struct  channel_type< planar_pixel_reference< ChannelReference, ColorSpace > >
 Specifies the color space type of a planar pixel reference. Required by HomogeneousPixelBasedConcept. More...
 

Functions

template<typename CR , typename CS , typename R >
void swap (const boost::gil::planar_pixel_reference< CR, CS > x, R &y)
 swap for planar_pixel_reference
 
template<typename CR , typename CS >
void swap (typename boost::gil::planar_pixel_reference< CR, CS >::value_type &x, const boost::gil::planar_pixel_reference< CR, CS > y)
 swap for planar_pixel_reference
 
template<typename CR , typename CS >
void swap (const boost::gil::planar_pixel_reference< CR, CS > x, const boost::gil::planar_pixel_reference< CR, CS > y)
 swap for planar_pixel_reference
 

Detailed Description

A reference proxy to a planar pixel. Models HomogeneousColorBaseConcept, HomogeneousPixelConcept.