Channel utilities. More...
#include <limits>
#include <cassert>
#include <boost/cstdint.hpp>
#include "gil_config.hpp"
#include "utilities.hpp"
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gil | |
boost::gil::detail | |
Typedefs | |
typedef uint8_t | boost::gil::bits8 |
typedef uint16_t | boost::gil::bits16 |
typedef uint32_t | boost::gil::bits32 |
typedef int8_t | boost::gil::bits8s |
typedef int16_t | boost::gil::bits16s |
typedef int32_t | boost::gil::bits32s |
typedef scoped_channel_value < float, float_zero, float_one > | boost::gil::bits32f |
Functions | |
template<typename BF , int FB, int NB, bool M, typename R > | |
void | std::swap (const boost::gil::packed_channel_reference< BF, FB, NB, M > x, R &y) |
swap for packed_channel_reference More... | |
template<typename BF , int FB, int NB, bool M> | |
void | std::swap (typename boost::gil::packed_channel_reference< BF, FB, NB, M >::value_type &x, const boost::gil::packed_channel_reference< BF, FB, NB, M > y) |
swap for packed_channel_reference More... | |
template<typename BF , int FB, int NB, bool M> | |
void | std::swap (const boost::gil::packed_channel_reference< BF, FB, NB, M > x, const boost::gil::packed_channel_reference< BF, FB, NB, M > y) |
swap for packed_channel_reference More... | |
template<typename BF , int NB, bool M, typename R > | |
void | std::swap (const boost::gil::packed_dynamic_channel_reference< BF, NB, M > x, R &y) |
swap for packed_dynamic_channel_reference More... | |
template<typename BF , int NB, bool M> | |
void | std::swap (typename boost::gil::packed_dynamic_channel_reference< BF, NB, M >::value_type &x, const boost::gil::packed_dynamic_channel_reference< BF, NB, M > y) |
swap for packed_dynamic_channel_reference More... | |
template<typename BF , int NB, bool M> | |
void | std::swap (const boost::gil::packed_dynamic_channel_reference< BF, NB, M > x, const boost::gil::packed_dynamic_channel_reference< BF, NB, M > y) |
swap for packed_dynamic_channel_reference More... | |
Channel utilities.
Definitions of standard GIL channel models