TuttleOFX
1
|
CTL process. More...
#include <CTLProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
CTLProcess (CTLPlugin &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 | |
CTLPlugin & | _plugin |
Rendering plugin. | |
CTLProcessParams< Scalar > | _params |
parameters | |
Ctl::SimdInterpreter | _interpreter |
CTL process.
Definition at line 17 of file CTLProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::ctl::CTLProcess< View >::Channel |
Definition at line 21 of file CTLProcess.hpp.
typedef View::value_type tuttle::plugin::ctl::CTLProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 20 of file CTLProcess.hpp.
typedef float tuttle::plugin::ctl::CTLProcess< View >::Scalar |
Definition at line 22 of file CTLProcess.hpp.
tuttle::plugin::ctl::CTLProcess< View >::CTLProcess | ( | CTLPlugin & | effect | ) |
Definition at line 136 of file CTLProcess.tcc.
References tuttle::plugin::ctl::CTLProcess< View >::_plugin.
void tuttle::plugin::ctl::CTLProcess< 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 172 of file CTLProcess.tcc.
References tuttle::plugin::merge::copy_pixels(), terry::subimage_view(), boost::gil::view(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::ctl::CTLProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 144 of file CTLProcess.tcc.
References tuttle::plugin::ctl::eParamChooseInputCode, tuttle::plugin::ctl::eParamChooseInputFile, tuttle::plugin::ctl::loadModule(), OFX::RenderArguments::renderScale, TUTTLE_INFO, and TUTTLE_TLOG.
Ctl::SimdInterpreter tuttle::plugin::ctl::CTLProcess< View >::_interpreter [protected] |
Definition at line 27 of file CTLProcess.hpp.
CTLProcessParams<Scalar> tuttle::plugin::ctl::CTLProcess< View >::_params [protected] |
parameters
Definition at line 25 of file CTLProcess.hpp.
CTLPlugin& tuttle::plugin::ctl::CTLProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 24 of file CTLProcess.hpp.
Referenced by tuttle::plugin::ctl::CTLProcess< View >::CTLProcess().