Adobe Systems, Inc.

algorithm.hpp File Reference

Some basic STL-style algorithms when applied to runtime type specified image views. More...

#include "../../core/algorithm.hpp"
#include "any_image.hpp"

Go to the source code of this file.


Namespaces

namespace  detail

Classes

struct  detail::copy_pixels_fn
struct  detail::fill_pixels_fn< VAL >
struct  detail::fill_pixels_fn1< COMPATIBLE >
struct  detail::fill_pixels_fn1< false >

Functions

template<typename TYPES1, typename TYPES2>
void copy_and_convert_pixels (const any_image_view< TYPES1 > &src, const any_image_view< TYPES2 > &dst)
template<typename V1, typename TYPES2>
void copy_and_convert_pixels (const V1 &src, const any_image_view< TYPES2 > &dst)
template<typename TYPES1, typename V2>
void copy_and_convert_pixels (const any_image_view< TYPES1 > &src, const V2 &dst)
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 TYPES, typename VAL>
void fill_pixels (const any_image_view< TYPES > &img_view, const VAL &val)

Detailed Description

Author:
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Date:
2005-2006
Last updated on March 18, 2006

Definition in 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