std::copy and gil::copy_pixels More...
Functions | |
template<typename View1 , typename View2 > | |
void | boost::gil::copy_pixels (const View1 &src, const View2 &dst) |
std::copy for image views More... | |
template<typename Types1 , typename View2 > | |
void | boost::gil::copy_pixels (const any_image_view< Types1 > &src, const View2 &dst) |
template<typename View1 , typename Types2 > | |
void | boost::gil::copy_pixels (const View1 &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename Types2 > | |
void | boost::gil::copy_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst) |
std::copy and gil::copy_pixels
std::copy for image views
void boost::gil::copy_pixels | ( | const any_image_view< Types1 > & | src, |
const View2 & | dst | ||
) |
void boost::gil::copy_pixels | ( | const View1 & | src, |
const any_image_view< Types2 > & | dst | ||
) |
void boost::gil::copy_pixels | ( | const any_image_view< Types1 > & | src, |
const any_image_view< Types2 > & | dst | ||
) |
#include <boost_1_57_0/boost/gil/extension/dynamic_image/algorithm.hpp>
References boost::gil::apply_operation().
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>
std::copy for image views
References boost::gil::detail::copy_with_2d_iterators().
Referenced by boost::gil::detail::copy_pixels_fn::apply_compatible(), boost::gil::detail::copy_and_convert_pixels_fn< CC >::apply_compatible(), boost::gil::detail::copy_and_convert_pixels_fn< CC >::apply_incompatible(), and boost::gil::image< Pixel, IsPlanar, Alloc >::operator=().