TuttleOFX  1
copy.hpp File Reference
#include <boost/gil/color_base_algorithm.hpp>
#include <terry/channel_view.hpp>
Include dependency graph for copy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  terry
namespace  terry::detail_copy_channel

Functions

template<class Channel , class View >
void terry::detail_copy_channel::copy_channel_if_exist (const View &src, const View &dst, const boost::mpl::true_)
template<class Channel , class View >
void terry::detail_copy_channel::copy_channel_if_exist (const View &src, const View &dst, const boost::mpl::false_)
template<class Channel , class Pixel >
void terry::detail_copy_channel::copy_pixel_channel_if_exist (const Pixel &src, const Pixel &dst, const boost::mpl::true_)
template<class Channel , class Pixel >
void terry::detail_copy_channel::copy_pixel_channel_if_exist (const Pixel &src, const Pixel &dst, const boost::mpl::false_)
template<class Channel , class View >
void terry::copy_channel_if_exist (const View &src, const View &dst)
template<class Channel , class Pixel >
void terry::copy_pixel_channel_if_exist (const Pixel &src, const Pixel &dst)