TuttleOFX
1
|
#include <boost/integer.hpp>
#include <boost/gil/channel_algorithm.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::double_zero |
struct | boost::gil::double_one |
Namespaces | |
namespace | boost |
namespace | boost::gil |
Defines | |
#define | I10_MIN 0 |
#define | I10_MAX 1023 |
Typedefs | |
typedef uint64_t | boost::gil::bits64 |
typedef int64_t | boost::gil::bits64s |
typedef scoped_channel_value < double, double_zero, double_one > | boost::gil::bits64f |
typedef uint16_t | boost::gil::uint10_t |
typedef uint16_t | boost::gil::uint12_t |
typedef bit_aligned_pixel_reference < uint32_t, mpl::vector3_c < uint10_t, 10, 10, 10 > , rgb_layout_t, true > | boost::gil::rgb10_stream_ref_t |
10 bits rgb bit stream | |
typedef bit_aligned_pixel_iterator < rgb10_stream_ref_t > | boost::gil::rgb10_stream_ptr_t |
typedef std::iterator_traits < rgb10_stream_ptr_t > ::value_type | boost::gil::rgb10_stream_pixel_t |
typedef view_type_from_pixel < rgb10_stream_pixel_t >::type | boost::gil::rgb10_stream_view_t |
typedef bit_aligned_pixel_reference < uint64_t, mpl::vector4_c < uint10_t, 10, 10, 10, 10 > , rgba_layout_t, true > | boost::gil::rgba10_stream_ref_t |
10 bits rgba bit stream | |
typedef bit_aligned_pixel_iterator < rgba10_stream_ref_t > | boost::gil::rgba10_stream_ptr_t |
typedef std::iterator_traits < rgba10_stream_ptr_t > ::value_type | boost::gil::rgba10_stream_pixel_t |
typedef view_type_from_pixel < rgba10_stream_pixel_t > ::type | boost::gil::rgba10_stream_view_t |
typedef bit_aligned_pixel_reference < uint64_t, mpl::vector4_c < uint10_t, 10, 10, 10, 10 > , abgr_layout_t, true > | boost::gil::abgr10_stream_ref_t |
10 bits abgr bit stream | |
typedef bit_aligned_pixel_iterator < abgr10_stream_ref_t > | boost::gil::abgr10_stream_ptr_t |
typedef std::iterator_traits < abgr10_stream_ptr_t > ::value_type | boost::gil::abgr10_stream_pixel_t |
typedef view_type_from_pixel < abgr10_stream_pixel_t > ::type | boost::gil::abgr10_stream_view_t |
typedef bit_aligned_pixel_reference < uint64_t, mpl::vector3_c < uint12_t, 12, 12, 12 > , rgb_layout_t, true > | boost::gil::rgb12_stream_ref_t |
12 bits rgb bit stream | |
typedef bit_aligned_pixel_iterator < rgb12_stream_ref_t > | boost::gil::rgb12_stream_ptr_t |
typedef std::iterator_traits < rgb12_stream_ptr_t > ::value_type | boost::gil::rgb12_stream_pixel_t |
typedef view_type_from_pixel < rgb12_stream_pixel_t >::type | boost::gil::rgb12_stream_view_t |
typedef bit_aligned_pixel_reference < uint64_t, mpl::vector4_c < uint12_t, 12, 12, 12, 12 > , rgba_layout_t, true > | boost::gil::rgba12_stream_ref_t |
12 bits rgba bit stream | |
typedef bit_aligned_pixel_iterator < rgba12_stream_ref_t > | boost::gil::rgba12_stream_ptr_t |
typedef std::iterator_traits < rgba12_stream_ptr_t > ::value_type | boost::gil::rgba12_stream_pixel_t |
typedef view_type_from_pixel < rgba12_stream_pixel_t > ::type | boost::gil::rgba12_stream_view_t |
typedef bit_aligned_pixel_reference < uint64_t, mpl::vector4_c < uint12_t, 12, 12, 12, 12 > , abgr_layout_t, true > | boost::gil::abgr12_stream_ref_t |
12 bits abgr bit stream | |
typedef bit_aligned_pixel_iterator < abgr12_stream_ref_t > | boost::gil::abgr12_stream_ptr_t |
typedef std::iterator_traits < abgr12_stream_ptr_t > ::value_type | boost::gil::abgr12_stream_pixel_t |
typedef view_type_from_pixel < abgr12_stream_pixel_t > ::type | boost::gil::abgr12_stream_view_t |
typedef const packed_channel_reference < uint64_t, 04, 12, true > | boost::gil::rgba12_packed_channel0_t |
12 bits rgba packed to short | |
typedef const packed_channel_reference < uint64_t, 20, 12, true > | boost::gil::rgba12_packed_channel1_t |
typedef const packed_channel_reference < uint64_t, 36, 12, true > | boost::gil::rgba12_packed_channel2_t |
typedef const packed_channel_reference < uint64_t, 52, 12, true > | boost::gil::rgba12_packed_channel3_t |
typedef mpl::vector4 < rgba12_packed_channel0_t, rgba12_packed_channel1_t, rgba12_packed_channel2_t, rgba12_packed_channel3_t > | boost::gil::rgba12_packed_channels_t |
typedef packed_pixel< uint64_t, rgba12_packed_channels_t, rgba_layout_t > | boost::gil::rgba12_packed_pixel_t |
typedef view_type_from_pixel < rgba12_packed_pixel_t > ::type | boost::gil::rgba12_packed_view_t |
typedef image < rgba12_packed_pixel_t, false > | boost::gil::rgba12_packed_image_t |
typedef const packed_channel_reference < uint64_t, 04, 12, true > | boost::gil::abgr12_packed_channel0_t |
12 bits abgr packed to short | |
typedef const packed_channel_reference < uint64_t, 20, 12, true > | boost::gil::abgr12_packed_channel1_t |
typedef const packed_channel_reference < uint64_t, 36, 12, true > | boost::gil::abgr12_packed_channel2_t |
typedef const packed_channel_reference < uint64_t, 52, 12, true > | boost::gil::abgr12_packed_channel3_t |
typedef mpl::vector4 < abgr12_packed_channel0_t, abgr12_packed_channel1_t, abgr12_packed_channel2_t, abgr12_packed_channel3_t > | boost::gil::abgr12_packed_channels_t |
typedef packed_pixel< uint64_t, abgr12_packed_channels_t, abgr_layout_t > | boost::gil::abgr12_packed_pixel_t |
typedef view_type_from_pixel < abgr12_packed_pixel_t > ::type | boost::gil::abgr12_packed_view_t |
typedef image < abgr12_packed_pixel_t, false > | boost::gil::abgr12_packed_image_t |
typedef const packed_channel_reference < uint64_t, 04, 12, true > | boost::gil::rgb12_packed_channel0_t |
12 bits rgb packed to 6 bytes | |
typedef const packed_channel_reference < uint64_t, 20, 12, true > | boost::gil::rgb12_packed_channel1_t |
typedef const packed_channel_reference < uint64_t, 36, 12, true > | boost::gil::rgb12_packed_channel2_t |
typedef mpl::vector3 < rgb12_packed_channel0_t, rgb12_packed_channel1_t, rgb12_packed_channel2_t > | boost::gil::rgb12_packed_channels_t |
typedef packed_pixel < packed_channel_value < 48 >, rgb12_packed_channels_t, rgb_layout_t > | boost::gil::rgb12_packed_pixel_t |
typedef view_type_from_pixel < rgb12_packed_pixel_t >::type | boost::gil::rgb12_packed_view_t |
typedef image < rgb12_packed_pixel_t, false > | boost::gil::rgb12_packed_image_t |
typedef const packed_channel_reference < uint32_t, 22, 10, true > | boost::gil::rgb10_packed_channel0_t |
10 bits rgb packed to uint32_t | |
typedef const packed_channel_reference < uint32_t, 12, 10, true > | boost::gil::rgb10_packed_channel1_t |
typedef const packed_channel_reference < uint32_t, 02, 10, true > | boost::gil::rgb10_packed_channel2_t |
typedef mpl::vector3 < rgb10_packed_channel0_t, rgb10_packed_channel1_t, rgb10_packed_channel2_t > | boost::gil::rgb10_packed_channels_t |
typedef packed_pixel< uint32_t, rgb10_packed_channels_t, rgb_layout_t > | boost::gil::rgb10_packed_pixel_t |
typedef view_type_from_pixel < rgb10_packed_pixel_t >::type | boost::gil::rgb10_packed_view_t |
typedef image < rgb10_packed_pixel_t, false > | boost::gil::rgb10_packed_image_t |
typedef const packed_channel_reference < uint64_t, 22, 10, true > | boost::gil::rgba10_packed_channel0_t |
10 bits rgba packed to short | |
typedef const packed_channel_reference < uint64_t, 12, 10, true > | boost::gil::rgba10_packed_channel1_t |
typedef const packed_channel_reference < uint64_t, 02, 10, true > | boost::gil::rgba10_packed_channel2_t |
typedef const packed_channel_reference < uint64_t, 54, 10, true > | boost::gil::rgba10_packed_channel3_t |
typedef mpl::vector4 < rgba10_packed_channel0_t, rgba10_packed_channel1_t, rgba10_packed_channel2_t, rgba10_packed_channel3_t > | boost::gil::rgba10_packed_channels_t |
typedef packed_pixel< uint64_t, rgba10_packed_channels_t, rgba_layout_t > | boost::gil::rgba10_packed_pixel_t |
typedef view_type_from_pixel < rgba10_packed_pixel_t > ::type | boost::gil::rgba10_packed_view_t |
typedef image < rgba10_packed_pixel_t, false > | boost::gil::rgba10_packed_image_t |
typedef const packed_channel_reference < uint64_t, 4, 10, true > | boost::gil::abgr10_packed_channel0_t |
10 bits abgr packed to short | |
typedef const packed_channel_reference < uint64_t, 20, 10, true > | boost::gil::abgr10_packed_channel1_t |
typedef const packed_channel_reference < uint64_t, 36, 10, true > | boost::gil::abgr10_packed_channel2_t |
typedef const packed_channel_reference < uint64_t, 52, 10, true > | boost::gil::abgr10_packed_channel3_t |
typedef mpl::vector4 < abgr10_packed_channel0_t, abgr10_packed_channel1_t, abgr10_packed_channel2_t, abgr10_packed_channel3_t > | boost::gil::abgr10_packed_channels_t |
typedef packed_pixel< uint64_t, abgr10_packed_channels_t, abgr_layout_t > | boost::gil::abgr10_packed_pixel_t |
typedef view_type_from_pixel < abgr10_packed_pixel_t > ::type | boost::gil::abgr10_packed_view_t |
typedef image < abgr10_packed_pixel_t, false > | boost::gil::abgr10_packed_image_t |
typedef packed_channel_value< 10 > | boost::gil::bits10 |
typedef packed_channel_value< 12 > | boost::gil::bits12 |
#define I10_MAX 1023 |
Definition at line 10 of file typedefs.hpp.
#define I10_MIN 0 |
Definition at line 9 of file typedefs.hpp.