Boost GIL


Public Types | Public Member Functions | Static Public Member Functions | List of all members
packed_channel_value< NumBits > Class Template Reference

The value of a subbyte channel. Models: ChannelValueConcept. More...

#include <channel.hpp>

Public Types

typedef detail::min_fast_uint
< NumBits >::type 
integer_t
 
typedef packed_channel_value value_type
 
typedef value_typereference
 
typedef const value_typeconst_reference
 
typedef value_typepointer
 
typedef const value_typeconst_pointer
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, is_mutable=true)
 
 packed_channel_value (integer_t 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 ()
 

Detailed Description

template<int NumBits>
class boost::gil::packed_channel_value< NumBits >

The value of a subbyte channel. Models: ChannelValueConcept.


The documentation for this class was generated from the following file: