Boost GIL


Classes | Namespaces | Functions
device_n.hpp File Reference

Support for color space of N channels and variants. More...

#include <cstddef>
#include <boost/type_traits.hpp>
#include <boost/config.hpp>
#include <boost/mpl/range_c.hpp>
#include <boost/mpl/vector_c.hpp>
#include "gil_config.hpp"
#include "utilities.hpp"
#include "metafunctions.hpp"

Go to the source code of this file.

Classes

struct  devicen_color_t< N >
 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< N >
 unnamed color layout of up to five channels More...
 

Namespaces

 boost
 Pixel 2D LOCATOR.
 

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
 

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