|
TuttleOFX
1
|
#include <boost/gil/gil_all.hpp>

Go to the source code of this file.
Data Structures | |
| struct | alpha24_blend |
Functions | |
| template<typename blend_t , typename pixel_t , typename grayview_t , typename view_t > | |
| void | copy (pixel_t pixel, const grayview_t &grayview, const view_t &view) |
| template<typename blend_t , typename grayview_t , typename view_t > | |
| void | copy (const grayview_t &gray, const view_t &bottom, const view_t &top) |
| void copy | ( | pixel_t | pixel, |
| const grayview_t & | grayview, | ||
| const view_t & | view | ||
| ) | [inline] |
Definition at line 21 of file blend.hpp.
References terry::algorithm::static_for_each().
Referenced by terry::filter::buildGaussian1DKernel(), terry::filter::buildGaussianDerivative1DKernel(), tuttle::host::attribute::ParamGroup::copy(), tuttle::host::attribute::ParamPage::copy(), tuttle::host::attribute::ParamPushButton::copy(), tuttle::host::attribute::ParamChoice::copy(), tuttle::host::attribute::ParamBoolean::copy(), tuttle::host::attribute::ParamCustom::copy(), tuttle::host::attribute::ParamString::copy(), sam::samdo::decomposeCommandLine(), tuttle::host::graph::ProcessEdge::exportDotDebug(), tuttle::host::graph::ProcessVertex::exportDotDebug(), main(), layer::text< view_t >::operator()(), and operator<<().

| void copy | ( | const grayview_t & | gray, |
| const view_t & | bottom, | ||
| const view_t & | top | ||
| ) | [inline] |
Definition at line 43 of file blend.hpp.
References terry::algorithm::static_for_each().
