Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::packed_channel_value< NumBits > Class Template Reference

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_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 ()
 
 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 ()
 

Detailed Description

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

The value of a subbyte channel.

Models: ChannelValueConcept

Member Typedef Documentation

template<int NumBits>
typedef const value_type* boost::gil::packed_channel_value< NumBits >::const_pointer
template<int NumBits>
typedef const value_type& boost::gil::packed_channel_value< NumBits >::const_reference
template<int NumBits>
typedef detail::min_fast_uint<NumBits>::type boost::gil::packed_channel_value< NumBits >::integer_t
template<int NumBits>
typedef value_type* boost::gil::packed_channel_value< NumBits >::pointer
template<int NumBits>
typedef value_type& boost::gil::packed_channel_value< NumBits >::reference
template<int NumBits>
typedef packed_channel_value boost::gil::packed_channel_value< NumBits >::value_type

Constructor & Destructor Documentation

template<int NumBits>
boost::gil::packed_channel_value< NumBits >::packed_channel_value ( )
inline
template<int NumBits>
boost::gil::packed_channel_value< NumBits >::packed_channel_value ( integer_t  v)
inline
template<int NumBits>
boost::gil::packed_channel_value< NumBits >::packed_channel_value ( const packed_channel_value< NumBits > &  v)
inline
template<int NumBits>
template<typename Scalar >
boost::gil::packed_channel_value< NumBits >::packed_channel_value ( Scalar  v)
inline

Member Function Documentation

template<int NumBits>
boost::gil::packed_channel_value< NumBits >::BOOST_STATIC_CONSTANT ( bool  ,
is_mutable  = true 
)
template<int NumBits>
static value_type boost::gil::packed_channel_value< NumBits >::max_value ( )
inlinestatic
template<int NumBits>
static value_type boost::gil::packed_channel_value< NumBits >::min_value ( )
inlinestatic
template<int NumBits>
static unsigned int boost::gil::packed_channel_value< NumBits >::num_bits ( )
inlinestatic
template<int NumBits>
boost::gil::packed_channel_value< NumBits >::operator integer_t ( ) const
inline

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