#include <algorithm.hpp>
Public Types | |
typedef binary_operation_obj < copy_and_convert_pixels_fn < CC > >::result_type | result_type |
Public Member Functions | |
copy_and_convert_pixels_fn () | |
copy_and_convert_pixels_fn (CC cc_in) | |
template<typename V1 , typename V2 > | |
result_type | apply_incompatible (const V1 &src, const V2 &dst) const |
template<typename V1 , typename V2 > | |
result_type | apply_compatible (const V1 &src, const V2 &dst) const |
result_type | operator() (const std::pair< const V1 *, const V2 * > &p) const |
result_type | operator() (const V1 &v1, const V2 &v2) const |
result_type | operator() (const error_t &) const |
typedef binary_operation_obj<copy_and_convert_pixels_fn<CC> >::result_type boost::gil::detail::copy_and_convert_pixels_fn< CC >::result_type |
|
inline |
|
inline |
|
inline |
References boost::gil::copy_pixels().
|
inline |
References boost::gil::copy_pixels().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |