|
TuttleOFX
1
|
Lut process. More...
#include <LutProcess.hpp>


Public Member Functions | |
| LutProcess (LutPlugin &instance) | |
| void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
| Function called by rendering thread each time a process must be done. | |
| void | applyLut (View &dst, View &src, const OfxRectI &procWindow) |
Private Attributes | |
| Lut3D * | _lut3D |
| Lut3D. | |
| LutPlugin & | _plugin |
| Rendering plugin. | |
Lut process.
Definition at line 25 of file LutProcess.hpp.
| tuttle::plugin::lut::LutProcess< View >::LutProcess | ( | LutPlugin & | instance | ) |
Definition at line 29 of file LutProcess.tcc.
References tuttle::plugin::lut::LutProcess< View >::_lut3D, tuttle::plugin::lut::LutPlugin::_lut3D, and tuttle::plugin::lut::LutProcess< View >::_plugin.
| void tuttle::plugin::lut::LutProcess< View >::applyLut | ( | View & | dst, |
| View & | src, | ||
| const OfxRectI & | procWindow | ||
| ) |
Definition at line 49 of file LutProcess.tcc.
References terry::max_value(), tuttle::Color::x, OfxRectI::x1, OfxRectI::x2, tuttle::Color::y, OfxRectI::y1, OfxRectI::y2, and tuttle::Color::z.

| void tuttle::plugin::lut::LutProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
| [in] | procWindowRoW | Processing window in RoW |
Implements tuttle::plugin::ImageProcessor.
Definition at line 41 of file LutProcess.tcc.
Lut3D* tuttle::plugin::lut::LutProcess< View >::_lut3D [private] |
Definition at line 28 of file LutProcess.hpp.
Referenced by tuttle::plugin::lut::LutProcess< View >::LutProcess().
LutPlugin& tuttle::plugin::lut::LutProcess< View >::_plugin [private] |
Rendering plugin.
Definition at line 29 of file LutProcess.hpp.
Referenced by tuttle::plugin::lut::LutProcess< View >::LutProcess().