TuttleOFX  1
ViewsMerging.hpp File Reference
#include "MergeAbstractFunctor.hpp"
#include <boost/static_assert.hpp>
#include <boost/gil/typedefs.hpp>
#include <boost/gil/utilities.hpp>
Include dependency graph for ViewsMerging.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  terry::detail::merger< OPERATES >
struct  terry::detail::merger< merge_per_pixel >
struct  terry::detail::merger< merge_per_channel_with_alpha >
struct  terry::detail::merger< merge_per_channel >

Namespaces

namespace  terry
namespace  terry::detail

Functions

template<class F , class View >
void terry::merge_views (const View &srcA, const View &srcB, View &dst, F fun)