TuttleOFX  1
terry::detail_copy_channel Namespace Reference

Functions

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

Function Documentation

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

Definition at line 12 of file copy.hpp.

References tuttle::plugin::merge::copy_pixels().

Here is the call graph for this function:

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

Definition at line 18 of file copy.hpp.

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_   
)

Definition at line 23 of file copy.hpp.

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_   
)

Definition at line 29 of file copy.hpp.