Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
copy_pixelsstd::copy for image views
More... |
Classes | |
struct | detail::copier_n< I, O > |
struct | detail::copier_n< GIL::pixel_image_iterator< IL >, GIL::pixel_image_iterator< OL > > |
struct | detail::copier_n< GIL::pixel_image_iterator< IL >, O > |
struct | detail::copier_n< I, GIL::pixel_image_iterator< OL > > |
Functions | |
template<typename TYPES1, typename TYPES2> | |
void | copy_pixels (const any_image_view< TYPES1 > &src, const any_image_view< TYPES2 > &dst) |
template<typename V1, typename TYPES2> | |
void | copy_pixels (const V1 &src, const any_image_view< TYPES2 > &dst) |
template<typename TYPES1, typename V2> | |
void | copy_pixels (const any_image_view< TYPES1 > &src, const V2 &dst) |
template<typename V1, typename V2> | |
ADOBE_GIL_NAMESPACE_BEGIN GIL_FORCEINLINE void | copy_pixels (const V1 &src, const V2 &dst) |
|
std::copy for image views
Definition at line 274 of file gil/core/algorithm.hpp. |
|
std::copy for image views
Definition at line 39 of file gil/extension/dynamic_image/algorithm.hpp. |
|
std::copy for image views
Definition at line 47 of file gil/extension/dynamic_image/algorithm.hpp. |
|
std::copy for image views
Definition at line 55 of file gil/extension/dynamic_image/algorithm.hpp. |