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)

Generated on Thu Nov 8 21:53:20 2007 for Generic Image Library by  doxygen 1.4.4