TuttleOFX
1
|
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) |