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-2007
Last updated on March 8, 2006

#include "gil_config.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 
boost::gil::planar_devicen_view (int width, int 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 
boost::gil::planar_devicen_view (int width, int 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 
boost::gil::planar_devicen_view (int width, int 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 
boost::gil::planar_devicen_view (int width, int height, IC c0, IC c1, IC c2, IC c3, IC c4, std::ptrdiff_t rowsize_in_bytes)
 from 5-channel planar data

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google