|
TuttleOFX
1
|
DebugImageEffectApi process. More...
#include <DebugImageEffectApiProcess.hpp>


Public Member Functions | |
| DebugImageEffectApiProcess (DebugImageEffectApiPlugin &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 | |
| DebugImageEffectApiPlugin & | _plugin |
| Rendering plugin. | |
DebugImageEffectApi process.
Definition at line 21 of file DebugImageEffectApiProcess.hpp.
| tuttle::plugin::debugImageEffectApi::DebugImageEffectApiProcess< View >::DebugImageEffectApiProcess | ( | DebugImageEffectApiPlugin & | instance | ) |
Definition at line 6 of file DebugImageEffectApiProcess.tcc.
| void tuttle::plugin::debugImageEffectApi::DebugImageEffectApiProcess< 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 23 of file DebugImageEffectApiProcess.tcc.
References tuttle::plugin::merge::copy_pixels(), terry::subimage_view(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

| void tuttle::plugin::debugImageEffectApi::DebugImageEffectApiProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 12 of file DebugImageEffectApiProcess.tcc.
References OFX::RenderArguments::time.
DebugImageEffectApiPlugin& tuttle::plugin::debugImageEffectApi::DebugImageEffectApiProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 24 of file DebugImageEffectApiProcess.hpp.