TuttleOFX  1
boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable > Struct Template Reference

#include <indexed_image.hpp>

Inheritance diagram for boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >:
Collaboration diagram for boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >:

Public Member Functions

 indexed_image_deref_fn ()
 indexed_image_deref_fn (const indices_locator_t &indices_loc, const palette_locator_t &palette_loc)
result_type operator() (const point_t &p) const

Detailed Description

template<typename IndicesLoc, typename PaletteLoc, typename Enable = void>
struct boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >

Definition at line 83 of file indexed_image.hpp.


Constructor & Destructor Documentation

template<typename IndicesLoc , typename PaletteLoc , typename Enable = void>
boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >::indexed_image_deref_fn ( ) [inline]

Definition at line 87 of file indexed_image.hpp.

template<typename IndicesLoc , typename PaletteLoc , typename Enable = void>
boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >::indexed_image_deref_fn ( const indices_locator_t indices_loc,
const palette_locator_t palette_loc 
) [inline]

Definition at line 91 of file indexed_image.hpp.


Member Function Documentation

template<typename IndicesLoc , typename PaletteLoc , typename Enable = void>
result_type boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >::operator() ( const point_t p) const [inline]

The documentation for this struct was generated from the following file: