device_n.hpp File Reference
Detailed Description
Support for color space of N channels and variants.
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
- Date:
- 2005-2009
Last updated on February 20, 2009
#include <cstddef>
#include "gil_config.hpp"
#include "utilities.hpp"
#include "metafunctions.hpp"
#include <boost/type_traits.hpp>
#include <boost/mpl/range_c.hpp>
#include <boost/mpl/vector_c.hpp>
Go to the source code of this file.
|
Namespaces |
namespace | boost |
namespace | boost::gil |
Classes |
struct | devicen_color_t |
| unnamed color More...
|
struct | devicen_t< 1 > |
| unnamed color space of one channel More...
|
struct | devicen_t< 2 > |
| unnamed color space of two channels More...
|
struct | devicen_t< 3 > |
| unnamed color space of three channels More...
|
struct | devicen_t< 4 > |
| unnamed color space of four channels More...
|
struct | devicen_t< 5 > |
| unnamed color space of five channels More...
|
struct | devicen_layout_t |
| unnamed color layout of up to five channels More...
|
Functions |
template<typename IC> |
type_from_x_iterator
< planar_pixel_iterator< IC,
devicen_t< 2 > > >::view_t | planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, std::ptrdiff_t rowsize_in_bytes) |
| from 2-channel planar data
|
template<typename IC> |
type_from_x_iterator
< planar_pixel_iterator< IC,
devicen_t< 3 > > >::view_t | planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, IC c2, std::ptrdiff_t rowsize_in_bytes) |
| from 3-channel planar data
|
template<typename IC> |
type_from_x_iterator
< planar_pixel_iterator< IC,
devicen_t< 4 > > >::view_t | planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, IC c2, IC c3, std::ptrdiff_t rowsize_in_bytes) |
| from 4-channel planar data
|
template<typename IC> |
type_from_x_iterator
< planar_pixel_iterator< IC,
devicen_t< 5 > > >::view_t | planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, IC c2, IC c3, IC c4, std::ptrdiff_t rowsize_in_bytes) |
| from 5-channel planar data
|