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

Support for run-time instantiated images and image views. More...

#include "any_image_view.hpp"
#include "../../image.hpp"
Include dependency graph for any_image.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::gil::detail::get_view_t< T >
 
struct  boost::gil::detail::images_get_views_t< Images >
 
struct  boost::gil::detail::get_const_view_t< T >
 
struct  boost::gil::detail::images_get_const_views_t< Images >
 
struct  boost::gil::detail::recreate_image_fnobj
 
struct  boost::gil::detail::any_image_get_view< AnyView >
 
struct  boost::gil::detail::any_image_get_const_view< AnyConstView >
 
class  boost::gil::any_image< ImageTypes >
 Represents a run-time specified image. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::gil
 
 boost::gil::detail
 

Functions

view, const_view

Get an image view from an image

template<typename Types >
any_image< Types >::view_t boost::gil::view (any_image< Types > &anyImage)
 Returns the non-constant-pixel view of any image. The returned view is any view. More...
 
template<typename Types >
any_image< Types >::const_view_t boost::gil::const_view (const any_image< Types > &anyImage)
 Returns the constant-pixel view of any image. The returned view is any view. More...
 

Detailed Description

Support for run-time instantiated images and image views.

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated