The value of a subbyte channel. More...
#include <channel.hpp>
Public Types | |
| typedef detail::min_fast_uint < NumBits >::type | integer_t |
| typedef packed_channel_value | value_type |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef value_type * | pointer |
| typedef const value_type * | const_pointer |
Public Member Functions | |
| BOOST_STATIC_CONSTANT (bool, is_mutable=true) | |
| packed_channel_value () | |
| packed_channel_value (integer_t v) | |
| packed_channel_value (const packed_channel_value &v) | |
| template<typename Scalar > | |
| packed_channel_value (Scalar v) | |
| operator integer_t () const | |
Static Public Member Functions | |
| static value_type | min_value () |
| static value_type | max_value () |
| static unsigned int | num_bits () |
The value of a subbyte channel.
Models: ChannelValueConcept
| typedef const value_type* boost::gil::packed_channel_value< NumBits >::const_pointer |
| typedef const value_type& boost::gil::packed_channel_value< NumBits >::const_reference |
| typedef detail::min_fast_uint<NumBits>::type boost::gil::packed_channel_value< NumBits >::integer_t |
| typedef value_type* boost::gil::packed_channel_value< NumBits >::pointer |
| typedef value_type& boost::gil::packed_channel_value< NumBits >::reference |
| typedef packed_channel_value boost::gil::packed_channel_value< NumBits >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
| boost::gil::packed_channel_value< NumBits >::BOOST_STATIC_CONSTANT | ( | bool | , |
| is_mutable | = true |
||
| ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |