|
TuttleOFX
1
|
#include <half.h>#include <boost/integer.hpp>#include <boost/gil/gil_all.hpp>#include <boost/type_traits.hpp>

Go to the source code of this file.
Data Structures | |
| struct | boost::gil::channel_traits< half > |
| Define channel traits to support ilm half. More... | |
| struct | boost::gil::half_zero |
| struct | boost::gil::half_one |
| struct | boost::gil::channel_converter_unsigned< bits16h, DstChannelV > |
| struct | boost::gil::channel_converter_unsigned< SrcChannelV, bits16h > |
| struct | boost::gil::channel_converter_unsigned< bits16h, bits16h > |
| struct | boost::gil::channel_converter_unsigned< bits32f, bits16h > |
| struct | boost::gil::channel_converter_unsigned< bits16h, bits32f > |
| struct | boost::gil::channel_multiplier_unsigned< bits16h > |
Namespaces | |
| namespace | boost |
| namespace | boost::gil |
Typedefs | |
| typedef scoped_channel_value < half, half_zero, half_one > | boost::gil::bits16h |
Functions | |
| bits16h | boost::gil::operator+ (bits16h _lhs, bits16h _rhs) |
| bits16h | boost::gil::operator- (bits16h _lhs, bits16h _rhs) |
| bits16h | boost::gil::operator* (bits16h _lhs, bits16h _rhs) |
| bits16h | boost::gil::operator/ (bits16h _lhs, bits16h _rhs) |