#include <image_view_factory.hpp>
List of all members.
Detailed Description
template<typename SrcConstRefP, typename DstP, typename CC = default_color_converter>
class color_convert_deref_fn< SrcConstRefP, DstP, CC >
Function object that dereferences a pixel iterator and returns the pixel, color converted to a given color space and channel depth Models: PixelDereferenceAdaptorConcept.
|
Public Types |
|
typedef color_convert_deref_fn | const_t |
|
typedef DstP | value_type |
|
typedef value_type | reference |
|
typedef const value_type & | const_reference |
|
typedef SrcConstRefP | argument_type |
|
typedef reference | result_type |
Public Member Functions |
|
| BOOST_STATIC_CONSTANT (bool, is_mutable=false) |
|
| color_convert_deref_fn (CC cc_in) |
|
result_type | operator() (argument_type srcP) const |
The documentation for this class was generated from the following file:
|