|
TuttleOFX
1
|
SeExpr process. More...
#include <SeExprProcess.hpp>


Public Types | |
| typedef View::value_type | Pixel |
| typedef boost::gil::channel_type< View > ::type | Channel |
| typedef float | Scalar |
Public Member Functions | |
| SeExprProcess (SeExprPlugin &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 | |
| SeExprPlugin & | _plugin |
| Rendering plugin. | |
| SeExprProcessParams< Scalar > | _params |
| parameters | |
Private Attributes | |
| OfxRectD | rod |
| size_t | _time |
SeExpr process.
Definition at line 19 of file SeExprProcess.hpp.
| typedef boost::gil::channel_type<View>::type tuttle::plugin::seExpr::SeExprProcess< View >::Channel |
Definition at line 23 of file SeExprProcess.hpp.
| typedef View::value_type tuttle::plugin::seExpr::SeExprProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 22 of file SeExprProcess.hpp.
| typedef float tuttle::plugin::seExpr::SeExprProcess< View >::Scalar |
Definition at line 24 of file SeExprProcess.hpp.
| tuttle::plugin::seExpr::SeExprProcess< View >::SeExprProcess | ( | SeExprPlugin & | effect | ) |
Definition at line 6 of file SeExprProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().

| void tuttle::plugin::seExpr::SeExprProcess< 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 46 of file SeExprProcess.tcc.
References boost::gil::color_convert(), tuttle::plugin::seExpr::ImageSynthExpr::vars, OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

| void tuttle::plugin::seExpr::SeExprProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 14 of file SeExprProcess.tcc.
References OFX::RenderArguments::renderScale, OFX::RenderArguments::time, TUTTLE_ERROR, TUTTLE_INFO, TUTTLE_LOG, TUTTLE_TLOG, and tuttle::plugin::seExpr::ImageSynthExpr::vars.
SeExprProcessParams<Scalar> tuttle::plugin::seExpr::SeExprProcess< View >::_params [protected] |
parameters
Definition at line 27 of file SeExprProcess.hpp.
SeExprPlugin& tuttle::plugin::seExpr::SeExprProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 26 of file SeExprProcess.hpp.
size_t tuttle::plugin::seExpr::SeExprProcess< View >::_time [private] |
Definition at line 37 of file SeExprProcess.hpp.
OfxRectD tuttle::plugin::seExpr::SeExprProcess< View >::rod [private] |
Definition at line 36 of file SeExprProcess.hpp.