TuttleOFX
1
|
BasicKeyer process. More...
#include <BasicKeyerProcess.hpp>
Public Types | |
typedef ImageGilFilterProcessor< View > | Parent |
typedef View::value_type | Pixel |
Public Member Functions | |
BasicKeyerProcess (BasicKeyerPlugin &instance) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
BasicKeyerPlugin & | _plugin |
Rendering plugin. | |
BasicKeyerProcessParams< View > | _params |
BasicKeyer process.
Definition at line 23 of file BasicKeyerProcess.hpp.
typedef ImageGilFilterProcessor<View> tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::Parent |
Definition at line 26 of file BasicKeyerProcess.hpp.
typedef View::value_type tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 27 of file BasicKeyerProcess.hpp.
tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::BasicKeyerProcess | ( | BasicKeyerPlugin & | instance | ) |
Definition at line 8 of file BasicKeyerProcess.tcc.
void tuttle::plugin::basicKeyer::BasicKeyerProcess< 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 31 of file BasicKeyerProcess.tcc.
References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 14 of file BasicKeyerProcess.tcc.
BasicKeyerProcessParams<View> tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::_params [protected] |
Definition at line 32 of file BasicKeyerProcess.hpp.
BasicKeyerPlugin& tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 30 of file BasicKeyerProcess.hpp.