Heterogeneous pixel value whose channel references can be constructed from the pixel bitfield and their index. More...
#include <packed_pixel.hpp>
Public Types | |
typedef Layout | layout_t |
typedef packed_pixel | value_type |
typedef value_type & | reference |
typedef const value_type & | const_reference |
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, is_mutable=channel_traits< typename mpl::front< ChannelRefVec >::type >::is_mutable) | |
packed_pixel () | |
packed_pixel (const BitField &bitfield) | |
packed_pixel (const packed_pixel &p) | |
template<typename P > | |
packed_pixel (const P &p, typename enable_if_c< is_pixel< P >::value >::type *d=0) | |
packed_pixel (int chan0, int chan1) | |
packed_pixel (int chan0, int chan1, int chan2) | |
packed_pixel (int chan0, int chan1, int chan2, int chan3) | |
packed_pixel (int chan0, int chan1, int chan2, int chan3, int chan4) | |
packed_pixel & | operator= (const packed_pixel &p) |
template<typename P > | |
packed_pixel & | operator= (const P &p) |
template<typename P > | |
bool | operator== (const P &p) const |
template<typename P > | |
bool | operator!= (const P &p) const |
packed_pixel & | operator= (int chan) |
bool | operator== (int chan) const |
Public Attributes | |
BitField | _bitfield |
Heterogeneous pixel value whose channel references can be constructed from the pixel bitfield and their index.
Models ColorBaseValueConcept, PixelValueConcept, PixelBasedConcept Typical use for this is a model of a packed pixel (like 565 RGB)
typedef const value_type& boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >::const_reference |
typedef Layout boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >::layout_t |
typedef value_type& boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >::reference |
typedef packed_pixel boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >::value_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
References boost::gil::static_copy().
|
inline |
References boost::BOOST_STATIC_ASSERT().
|
inline |
References boost::BOOST_STATIC_ASSERT().
|
inline |
References boost::BOOST_STATIC_ASSERT().
|
inline |
References boost::BOOST_STATIC_ASSERT().
boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_mutable | = channel_traits< typename mpl::front< ChannelRefVec >::type >::is_mutable |
||
) |
|
inline |
References boost::multiprecision::backends::p.
|
inline |
|
inline |
References boost::spirit::x3::bool_.
|
inline |
|
inline |
References boost::spirit::x3::bool_.
|
inline |
BitField boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >::_bitfield |