TuttleOFX
1
|
Dummy process. More...
#include <DummyProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
DummyProcess (DummyPlugin &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 | |
DummyPlugin & | _plugin |
Rendering plugin. | |
DummyProcessParams< Scalar > | _params |
parameters |
Dummy process.
Definition at line 15 of file DummyProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::dummy::DummyProcess< View >::Channel |
Definition at line 19 of file DummyProcess.hpp.
typedef View::value_type tuttle::plugin::dummy::DummyProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 18 of file DummyProcess.hpp.
typedef float tuttle::plugin::dummy::DummyProcess< View >::Scalar |
Definition at line 20 of file DummyProcess.hpp.
tuttle::plugin::dummy::DummyProcess< View >::DummyProcess | ( | DummyPlugin & | effect | ) |
Definition at line 7 of file DummyProcess.tcc.
void tuttle::plugin::dummy::DummyProcess< 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 DummyProcess.tcc.
References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::dummy::DummyProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 14 of file DummyProcess.tcc.
References OFX::RenderArguments::renderScale.
DummyProcessParams<Scalar> tuttle::plugin::dummy::DummyProcess< View >::_params [protected] |
parameters
Definition at line 23 of file DummyProcess.hpp.
DummyPlugin& tuttle::plugin::dummy::DummyProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 22 of file DummyProcess.hpp.