copy_pixels
[STL-like Algorithms]


Detailed Description

std::copy for image views


Functions

template<typename View1, typename View2>
GIL_FORCEINLINE void boost::gil::copy_pixels (const View1 &src, const View2 &dst)
 std::copy for image views
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)

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google