Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
image.hpp File Reference

Templated image. More...

#include <cstddef>
#include <memory>
#include "gil_config.hpp"
#include "image_view.hpp"
#include "metafunctions.hpp"
#include "algorithm.hpp"
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::gil::image< Pixel, IsPlanar, Alloc >
 container interface over image view. More...
 
struct  boost::gil::channel_type< image< Pixel, IsPlanar, Alloc > >
 
struct  boost::gil::color_space_type< image< Pixel, IsPlanar, Alloc > >
 
struct  boost::gil::channel_mapping_type< image< Pixel, IsPlanar, Alloc > >
 
struct  boost::gil::is_planar< image< Pixel, IsPlanar, Alloc > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::gil
 

Functions

template<typename Pixel , bool IsPlanar, typename Alloc >
void boost::gil::swap (image< Pixel, IsPlanar, Alloc > &im1, image< Pixel, IsPlanar, Alloc > &im2)
 
template<typename Pixel1 , bool IsPlanar1, typename Alloc1 , typename Pixel2 , bool IsPlanar2, typename Alloc2 >
bool boost::gil::operator== (const image< Pixel1, IsPlanar1, Alloc1 > &im1, const image< Pixel2, IsPlanar2, Alloc2 > &im2)
 
template<typename Pixel1 , bool IsPlanar1, typename Alloc1 , typename Pixel2 , bool IsPlanar2, typename Alloc2 >
bool boost::gil::operator!= (const image< Pixel1, IsPlanar1, Alloc1 > &im1, const image< Pixel2, IsPlanar2, Alloc2 > &im2)
 
view, const_view

Get an image view from an image

template<typename Pixel , bool IsPlanar, typename Alloc >
const image< Pixel, IsPlanar,
Alloc >::view_t & 
boost::gil::view (image< Pixel, IsPlanar, Alloc > &img)
 Returns the non-constant-pixel view of an image. More...
 
template<typename Pixel , bool IsPlanar, typename Alloc >
const image< Pixel, IsPlanar,
Alloc >::const_view_t 
boost::gil::const_view (const image< Pixel, IsPlanar, Alloc > &img)
 Returns the constant-pixel view of an image. More...
 

Detailed Description

Templated image.

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Date
2005-2007
Last updated on February 12, 2007