TuttleOFX  1
tuttle::plugin::warp::pixel_merge_t< Pixel > Struct Template Reference

#include <WarpAlgorithm.hpp>

Public Member Functions

 pixel_merge_t (const double ratio)
GIL_FORCEINLINE Pixel operator() (const Pixel &srcA, const Pixel &srcB) const

Data Fields

const double _ratioA
const double _ratioB

Detailed Description

template<typename Pixel>
struct tuttle::plugin::warp::pixel_merge_t< Pixel >

Definition at line 29 of file WarpAlgorithm.hpp.


Constructor & Destructor Documentation

template<typename Pixel >
tuttle::plugin::warp::pixel_merge_t< Pixel >::pixel_merge_t ( const double  ratio) [inline]

Definition at line 34 of file WarpAlgorithm.hpp.


Member Function Documentation

template<typename Pixel >
GIL_FORCEINLINE Pixel tuttle::plugin::warp::pixel_merge_t< Pixel >::operator() ( const Pixel &  srcA,
const Pixel &  srcB 
) const [inline]

Field Documentation

template<typename Pixel >
const double tuttle::plugin::warp::pixel_merge_t< Pixel >::_ratioA
template<typename Pixel >
const double tuttle::plugin::warp::pixel_merge_t< Pixel >::_ratioB

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