|
TuttleOFX
1
|
#include "../ColorGradientDefinitions.hpp"#include <tuttle/plugin/global.hpp>#include <terry/globals.hpp>#include <terry/point/operations.hpp>#include <terry/numeric/operations.hpp>#include <boost/gil/gil_all.hpp>#include <boost/math/special_functions/pow.hpp>#include <cmath>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | tuttle::plugin::colorGradient::LineEquation |
| class | tuttle::plugin::colorGradient::ColorGrandient1DLinearFunctor< P > |
Namespaces | |
| namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
| namespace | tuttle::plugin |
| namespace | tuttle::plugin::colorGradient |
Typedefs | |
| typedef boost::gil::point2 < double > | tuttle::plugin::colorGradient::point_t |