TuttleOFX
1
|
Viewer process. More...
#include <ViewerProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
ViewerProcess (ViewerPlugin &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 | |
ViewerPlugin & | _plugin |
Rendering plugin. | |
ViewerProcessParams< Scalar > | _params |
parameters |
Viewer process.
Definition at line 15 of file ViewerProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::viewer::ViewerProcess< View >::Channel |
Definition at line 19 of file ViewerProcess.hpp.
typedef View::value_type tuttle::plugin::viewer::ViewerProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 18 of file ViewerProcess.hpp.
typedef float tuttle::plugin::viewer::ViewerProcess< View >::Scalar |
Definition at line 20 of file ViewerProcess.hpp.
tuttle::plugin::viewer::ViewerProcess< View >::ViewerProcess | ( | ViewerPlugin & | effect | ) |
Definition at line 13 of file ViewerProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::viewer::ViewerProcess< 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 32 of file ViewerProcess.tcc.
void tuttle::plugin::viewer::ViewerProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 21 of file ViewerProcess.tcc.
References OFX::RenderArguments::renderScale.
ViewerProcessParams<Scalar> tuttle::plugin::viewer::ViewerProcess< View >::_params [protected] |
parameters
Definition at line 23 of file ViewerProcess.hpp.
ViewerPlugin& tuttle::plugin::viewer::ViewerProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 22 of file ViewerProcess.hpp.