TuttleOFX
1
|
Gamma process. More...
#include <GammaProcess.hpp>
Public Types | |
typedef float | Scalar |
Public Member Functions | |
GammaProcess (GammaPlugin &effect) | |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
GammaPlugin & | _plugin |
Rendering plugin. |
Gamma process.
Definition at line 16 of file GammaProcess.hpp.
typedef float tuttle::plugin::gamma::GammaProcess< View >::Scalar |
Definition at line 19 of file GammaProcess.hpp.
tuttle::plugin::gamma::GammaProcess< View >::GammaProcess | ( | GammaPlugin & | effect | ) |
Definition at line 11 of file GammaProcess.tcc.
void tuttle::plugin::gamma::GammaProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window |
Implements tuttle::plugin::ImageProcessor.
Definition at line 21 of file GammaProcess.tcc.
References boost::gil::color_convert(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
GammaPlugin& tuttle::plugin::gamma::GammaProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 22 of file GammaProcess.hpp.