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) |
Indexed Image extension.
- Author:
- Christian Henning
Definition in file indexed_image.hpp.