TuttleOFX
1
|
Move2D process. More...
#include <Move2DProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
Move2DProcess (Move2DPlugin &effect) | |
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 | |
Move2DPlugin & | _plugin |
Rendering plugin. | |
Move2DProcessParams< Scalar > | _params |
parameters |
Move2D process.
Definition at line 15 of file Move2DProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::move2D::Move2DProcess< View >::Channel |
Definition at line 19 of file Move2DProcess.hpp.
typedef View::value_type tuttle::plugin::move2D::Move2DProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 18 of file Move2DProcess.hpp.
typedef float tuttle::plugin::move2D::Move2DProcess< View >::Scalar |
Definition at line 20 of file Move2DProcess.hpp.
tuttle::plugin::move2D::Move2DProcess< View >::Move2DProcess | ( | Move2DPlugin & | effect | ) |
Definition at line 7 of file Move2DProcess.tcc.
void tuttle::plugin::move2D::Move2DProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window |
Implements tuttle::plugin::ImageProcessor.
Definition at line 26 of file Move2DProcess.tcc.
References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::move2D::Move2DProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 14 of file Move2DProcess.tcc.
References OFX::RenderArguments::renderScale.
Move2DProcessParams<Scalar> tuttle::plugin::move2D::Move2DProcess< View >::_params [protected] |
parameters
Definition at line 23 of file Move2DProcess.hpp.
Move2DPlugin& tuttle::plugin::move2D::Move2DProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 22 of file Move2DProcess.hpp.