TuttleOFX  1
indexed_image.hpp File Reference

Indexed Image extension. More...

#include <boost/type_traits/is_integral.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/gil/image.hpp>
#include <boost/gil/extension/toolbox/gil_extensions.hpp>
Include dependency graph for indexed_image.hpp:

Go to the source code of this file.

Data Structures

struct  boost::gil::get_pixel_type_locator< Locator >
struct  boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >
struct  boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >
struct  boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, typename boost::enable_if< boost::is_integral< typename IndicesLoc::value_type > >::type >
struct  boost::gil::indexed_image_locator_type< IndicesLoc, PaletteLoc >
class  boost::gil::indexed_image_view< Locator >
class  boost::gil::indexed_image< Index, Pixel, IndicesAllocator, PalleteAllocator >

Namespaces

namespace  boost
namespace  boost::gil

Typedefs

typedef boost::gil::point2
< std::ptrdiff_t > 
boost::gil::point_t

Functions

template<typename Index , typename Pixel >
const indexed_image< Index,
Pixel >::view_t & 
boost::gil::view (indexed_image< Index, Pixel > &img)
template<typename Index , typename Pixel >
const indexed_image< Index,
Pixel >::const_view_t 
boost::gil::const_view (indexed_image< Index, Pixel > &img)
template<typename Locator , typename Value >
void boost::gil::fill_pixels (const indexed_image_view< Locator > &view, const Value &value)

Detailed Description

Indexed Image extension.

Author:
Christian Henning

Definition in file indexed_image.hpp.