TuttleOFX
1
|
#include <indexed_image.hpp>
Public Types | |
typedef IndicesLoc | indices_locator_t |
typedef PaletteLoc | palette_locator_t |
typedef IndicesLoc | indices_locator_t |
typedef PaletteLoc | palette_locator_t |
typedef indexed_image_deref_fn_base | const_t |
typedef PaletteLoc::value_type | value_type |
typedef value_type | reference |
typedef value_type | const_reference |
typedef point_t | argument_type |
typedef reference | result_type |
Public Member Functions | |
indexed_image_deref_fn_base () | |
indexed_image_deref_fn_base (const indices_locator_t &indices_loc, const palette_locator_t &palette_loc) | |
void | set_indices (const indices_locator_t &indices_loc) |
void | set_palette (const palette_locator_t &palette_loc) |
const indices_locator_t & | indices () const |
const palette_locator_t & | palette () const |
Static Public Attributes | |
static const bool | is_mutable = false |
Protected Attributes | |
indices_locator_t | _indices_loc |
palette_locator_t | _palette_loc |
Definition at line 38 of file indexed_image.hpp.
typedef point_t boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::argument_type |
Definition at line 51 of file indexed_image.hpp.
typedef value_type boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::const_reference |
Definition at line 50 of file indexed_image.hpp.
typedef indexed_image_deref_fn_base boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::const_t |
Definition at line 47 of file indexed_image.hpp.
typedef IndicesLoc boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::indices_locator_t |
Definition at line 40 of file indexed_image.hpp.
typedef IndicesLoc boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::indices_locator_t |
Definition at line 44 of file indexed_image.hpp.
typedef PaletteLoc boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::palette_locator_t |
Definition at line 41 of file indexed_image.hpp.
typedef PaletteLoc boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::palette_locator_t |
Definition at line 45 of file indexed_image.hpp.
typedef value_type boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::reference |
Definition at line 49 of file indexed_image.hpp.
typedef reference boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::result_type |
Definition at line 52 of file indexed_image.hpp.
typedef PaletteLoc::value_type boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::value_type |
Definition at line 48 of file indexed_image.hpp.
boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::indexed_image_deref_fn_base | ( | ) | [inline] |
Definition at line 56 of file indexed_image.hpp.
boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::indexed_image_deref_fn_base | ( | const indices_locator_t & | indices_loc, |
const palette_locator_t & | palette_loc | ||
) | [inline] |
Definition at line 58 of file indexed_image.hpp.
const indices_locator_t& boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::indices | ( | ) | const [inline] |
Definition at line 68 of file indexed_image.hpp.
References boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::_indices_loc.
const palette_locator_t& boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::palette | ( | ) | const [inline] |
Definition at line 69 of file indexed_image.hpp.
References boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::_palette_loc.
void boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::set_indices | ( | const indices_locator_t & | indices_loc | ) | [inline] |
Definition at line 65 of file indexed_image.hpp.
References boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::_indices_loc.
void boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::set_palette | ( | const palette_locator_t & | palette_loc | ) | [inline] |
Definition at line 66 of file indexed_image.hpp.
References boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::_palette_loc.
indices_locator_t boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::_indices_loc [protected] |
Definition at line 73 of file indexed_image.hpp.
Referenced by boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::indices(), boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >::operator()(), boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, typename boost::enable_if< boost::is_integral< typename IndicesLoc::value_type > >::type >::operator()(), and boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::set_indices().
palette_locator_t boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::_palette_loc [protected] |
Definition at line 74 of file indexed_image.hpp.
Referenced by boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, Enable >::operator()(), boost::gil::indexed_image_deref_fn< IndicesLoc, PaletteLoc, typename boost::enable_if< boost::is_integral< typename IndicesLoc::value_type > >::type >::operator()(), boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::palette(), and boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::set_palette().
const bool boost::gil::indexed_image_deref_fn_base< IndicesLoc, PaletteLoc >::is_mutable = false [static] |
Definition at line 54 of file indexed_image.hpp.