Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bit_aligned_pixel_reference.hpp File Reference

A model of a heterogeneous pixel that is not byte aligned. More...

#include <functional>
#include <boost/mpl/accumulate.hpp>
#include <boost/mpl/at.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/plus.hpp>
#include <boost/mpl/push_back.hpp>
#include <boost/mpl/vector.hpp>
#include "gil_config.hpp"
#include "pixel.hpp"
#include "channel.hpp"
Include dependency graph for bit_aligned_pixel_reference.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::gil::bit_range< RangeSize, Mutable >
 
struct  boost::gil::bit_aligned_pixel_reference< BitField, ChannelBitSizes, Layout, IsMutable >
 Heterogeneous pixel reference corresponding to non-byte-aligned bit range. More...
 
struct  boost::gil::kth_element_type< bit_aligned_pixel_reference< BitField, ChannelBitSizes, L, IsMutable >, K >
 
struct  boost::gil::kth_element_reference_type< bit_aligned_pixel_reference< B, C, L, M >, K >
 
struct  boost::gil::kth_element_const_reference_type< bit_aligned_pixel_reference< B, C, L, M >, K >
 
struct  boost::gil::detail::sum_k< IntegralVector, K >
 
struct  boost::gil::detail::sum_k< IntegralVector, 0 >
 
struct  boost::gil::is_pixel< bit_aligned_pixel_reference< B, C, L, M > >
 Metafunction predicate that flags bit_aligned_pixel_reference as a model of PixelConcept. Required by PixelConcept. More...
 
struct  boost::gil::color_space_type< bit_aligned_pixel_reference< B, C, L, M > >
 
struct  boost::gil::channel_mapping_type< bit_aligned_pixel_reference< B, C, L, M > >
 
struct  boost::gil::is_planar< bit_aligned_pixel_reference< B, C, L, M > >
 
struct  boost::gil::detail::k_copies< K, T >
 
struct  boost::gil::detail::k_copies< 0, T >
 
struct  boost::gil::detail::k_copies< K, T >
 
struct  boost::gil::pixel_reference_type< const packed_dynamic_channel_reference< BitField, NumBits, false >, Layout, false, false >
 
struct  boost::gil::pixel_reference_type< const packed_dynamic_channel_reference< BitField, NumBits, true >, Layout, false, true >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::gil
 
 boost::gil::detail
 

Functions

template<int K, typename BitField , typename ChannelBitSizes , typename L , bool Mutable>
kth_element_reference_type
< bit_aligned_pixel_reference
< BitField, ChannelBitSizes, L,
Mutable >, K >::type 
boost::gil::at_c (const bit_aligned_pixel_reference< BitField, ChannelBitSizes, L, Mutable > &p)
 
template<typename B , typename C , typename L , typename R >
void std::swap (const boost::gil::bit_aligned_pixel_reference< B, C, L, true > x, R &y)
 
template<typename B , typename C , typename L >
void std::swap (typename boost::gil::bit_aligned_pixel_reference< B, C, L, true >::value_type &x, const boost::gil::bit_aligned_pixel_reference< B, C, L, true > y)
 
template<typename B , typename C , typename L >
void std::swap (const boost::gil::bit_aligned_pixel_reference< B, C, L, true > x, const boost::gil::bit_aligned_pixel_reference< B, C, L, true > y)
 

Detailed Description

A model of a heterogeneous pixel that is not byte aligned.

Examples are bitmap (1-bit pixels) or 6-bit RGB (222)

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Date
2005-2007
Last updated on September 28, 2006