TuttleOFX
1
|
IdKeyer process. More...
#include <IdKeyerProcess.hpp>
Public Types | |
typedef ImageGilFilterProcessor< View > | Parent |
typedef View::value_type | Pixel |
Public Member Functions | |
IdKeyerProcess (IdKeyerPlugin &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 | |
IdKeyerPlugin & | _plugin |
IdKeyerProcessParams< View > | _params |
IdKeyer process.
Definition at line 23 of file IdKeyerProcess.hpp.
typedef ImageGilFilterProcessor<View> tuttle::plugin::idKeyer::IdKeyerProcess< View >::Parent |
Definition at line 26 of file IdKeyerProcess.hpp.
typedef View::value_type tuttle::plugin::idKeyer::IdKeyerProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 27 of file IdKeyerProcess.hpp.
tuttle::plugin::idKeyer::IdKeyerProcess< View >::IdKeyerProcess | ( | IdKeyerPlugin & | instance | ) |
Definition at line 17 of file IdKeyerProcess.tcc.
void tuttle::plugin::idKeyer::IdKeyerProcess< 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 92 of file IdKeyerProcess.tcc.
References tuttle::plugin::idKeyer::id_keyer_t::id_keyer_t(), terry::subimage_view(), terry::algorithm::transform_pixels_progress(), tuttle::translateRegion(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::idKeyer::IdKeyerProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 23 of file IdKeyerProcess.tcc.
IdKeyerProcessParams<View> tuttle::plugin::idKeyer::IdKeyerProcess< View >::_params [protected] |
Definition at line 38 of file IdKeyerProcess.hpp.
IdKeyerPlugin& tuttle::plugin::idKeyer::IdKeyerProcess< View >::_plugin [protected] |
Definition at line 37 of file IdKeyerProcess.hpp.