TuttleOFX
1
|
Base class. More...
#include <FlipProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
Public Member Functions | |
FlipProcess (FlipPlugin &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 | |
FlipPlugin & | _plugin |
Rendering plugin. | |
FlipProcessParams | _params |
process parameters |
Base class.
Definition at line 17 of file FlipProcess.hpp.
typedef View::value_type tuttle::plugin::flip::FlipProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 20 of file FlipProcess.hpp.
tuttle::plugin::flip::FlipProcess< View >::FlipProcess | ( | FlipPlugin & | instance | ) |
Definition at line 11 of file FlipProcess.tcc.
void tuttle::plugin::flip::FlipProcess< 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 28 of file FlipProcess.tcc.
References tuttle::plugin::merge::copy_pixels(), terry::subimage_view(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::flip::FlipProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 16 of file FlipProcess.tcc.
References OFX::RenderArguments::renderScale, and OFX::RenderArguments::time.
FlipProcessParams tuttle::plugin::flip::FlipProcess< View >::_params [protected] |
process parameters
Definition at line 24 of file FlipProcess.hpp.
FlipPlugin& tuttle::plugin::flip::FlipProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file FlipProcess.hpp.