TuttleOFX  1
terry::FunctorOut< Pixel > Struct Template Reference

#include <MergeFunctors.hpp>

Inheritance diagram for terry::FunctorOut< Pixel >:
Collaboration diagram for terry::FunctorOut< Pixel >:

Public Member Functions

template<typename Channel >
void operator() (const Channel &A, const Channel &B, Channel &dst)
 Alpha source B.

Detailed Description

template<typename Pixel>
struct terry::FunctorOut< Pixel >

Definition at line 537 of file MergeFunctors.hpp.


Member Function Documentation

template<typename Pixel >
template<typename Channel >
void terry::FunctorOut< Pixel >::operator() ( const Channel &  A,
const Channel &  B,
Channel &  d 
) [inline]

Alpha source B.

Reimplemented from terry::merge_functor< Pixel, merge_per_channel_with_alpha >.

Definition at line 545 of file MergeFunctors.hpp.

References terry::merge_functor< Pixel, merge_per_channel_with_alpha >::b, tuttle::max(), and terry::max_value().

Here is the call graph for this function:


The documentation for this struct was generated from the following file: