|
TuttleOFX
1
|
#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 |
Definition at line 29 of file WarpAlgorithm.hpp.
| tuttle::plugin::warp::pixel_merge_t< Pixel >::pixel_merge_t | ( | const double | ratio | ) | [inline] |
Definition at line 34 of file WarpAlgorithm.hpp.
| GIL_FORCEINLINE Pixel tuttle::plugin::warp::pixel_merge_t< Pixel >::operator() | ( | const Pixel & | srcA, |
| const Pixel & | srcB | ||
| ) | const [inline] |
Definition at line 41 of file WarpAlgorithm.hpp.
References tuttle::plugin::warp::pixel_merge_t< Pixel >::_ratioA, and tuttle::plugin::warp::pixel_merge_t< Pixel >::_ratioB.
| const double tuttle::plugin::warp::pixel_merge_t< Pixel >::_ratioA |
Definition at line 31 of file WarpAlgorithm.hpp.
Referenced by tuttle::plugin::warp::pixel_merge_t< Pixel >::operator()().
| const double tuttle::plugin::warp::pixel_merge_t< Pixel >::_ratioB |
Definition at line 32 of file WarpAlgorithm.hpp.
Referenced by tuttle::plugin::warp::pixel_merge_t< Pixel >::operator()().