planar_pixel_reference.hpp File Reference
Detailed Description
planar pixel reference class
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
- Date:
- 2005-2007
Last updated on September 28, 2006
#include <boost/mpl/range_c.hpp>
#include "gil_config.hpp"
#include "gil_concept.hpp"
#include "color_base.hpp"
#include "channel.hpp"
#include "pixel.hpp"
#include "planar_pixel_iterator.hpp"
Go to the source code of this file.
|
Namespaces |
namespace | boost |
namespace | boost::gil |
namespace | std |
Classes |
struct | planar_pixel_reference |
| A reference proxy to a planar pixel. Models: HomogeneousColorBaseConcept, HomogeneousPixelConcept. 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
|