Adobe Systems, Inc.

copy_pixels
[GIL Algorithms]

std::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)

Detailed Description


Function Documentation

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.

template<typename TYPES1, typename V2>
void copy_pixels const any_image_view< TYPES1 > &  src,
const V2 &  dst
 

std::copy for image views

Definition at line 39 of file gil/extension/dynamic_image/algorithm.hpp.

template<typename V1, typename TYPES2>
void copy_pixels const V1 &  src,
const any_image_view< TYPES2 > &  dst
 

std::copy for image views

Definition at line 47 of file gil/extension/dynamic_image/algorithm.hpp.

template<typename TYPES1, typename TYPES2>
void copy_pixels const any_image_view< TYPES1 > &  src,
const any_image_view< TYPES2 > &  dst
 

std::copy for image views

Definition at line 55 of file gil/extension/dynamic_image/algorithm.hpp.

Copyright © 2006 Adobe Systems Incorporated.

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

Search powered by Google