Boost GIL


Classes | Namespaces
any_image.hpp File Reference

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

#include "any_image_view.hpp"
#include "../../image.hpp"

Go to the source code of this file.

Classes

class  any_image< ImageTypes >
 Represents a run-time specified image. Note it does NOT model ImageConcept. More...
 

Namespaces

 boost
 Pixel 2D LOCATOR.
 

view, const_view

Get an image view from a run-time instantiated image

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

Detailed Description

Support for run-time instantiated images and image views.

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated