TuttleOFX
1
|
Component process. More...
#include <ComponentProcess.hpp>
Public Types | |
typedef SView::value_type | Pixel |
typedef boost::gil::channel_type < SView >::type | Channel |
typedef float | Scalar |
Public Member Functions | |
ComponentProcess (ComponentPlugin &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 | |
ComponentPlugin & | _plugin |
Rendering plugin. | |
terry::color::components::ConvertionParameters | _params |
parameters |
Component process.
Definition at line 16 of file ComponentProcess.hpp.
typedef boost::gil::channel_type<SView>::type tuttle::plugin::component::ComponentProcess< SView, DView >::Channel |
Definition at line 20 of file ComponentProcess.hpp.
typedef SView::value_type tuttle::plugin::component::ComponentProcess< SView, DView >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< DView >.
Definition at line 19 of file ComponentProcess.hpp.
typedef float tuttle::plugin::component::ComponentProcess< SView, DView >::Scalar |
Definition at line 21 of file ComponentProcess.hpp.
tuttle::plugin::component::ComponentProcess< SView, DView >::ComponentProcess | ( | ComponentPlugin & | effect | ) |
Definition at line 10 of file ComponentProcess.tcc.
void tuttle::plugin::component::ComponentProcess< SView, DView >::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 31 of file ComponentProcess.tcc.
References terry::color::components::convertComponentsView(), terry::subimage_view(), tuttle::translateRegion(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::component::ComponentProcess< SView, DView >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< SView, DView >.
Definition at line 17 of file ComponentProcess.tcc.
terry::color::components::ConvertionParameters tuttle::plugin::component::ComponentProcess< SView, DView >::_params [protected] |
parameters
Definition at line 24 of file ComponentProcess.hpp.
ComponentPlugin& tuttle::plugin::component::ComponentProcess< SView, DView >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file ComponentProcess.hpp.