TuttleOFX
1
|
Base class for the denoising processor. More...
#include <JpegWriterProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
Public Member Functions | |
JpegWriterProcess (JpegWriterPlugin &instance) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
template<class Bits > | |
void | writeImage (View &src) |
Protected Attributes | |
JpegWriterPlugin & | _plugin |
Rendering plugin. | |
JpegWriterProcessParams | _params |
Base class for the denoising processor.
Definition at line 17 of file JpegWriterProcess.hpp.
typedef View::value_type tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 20 of file JpegWriterProcess.hpp.
tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::JpegWriterProcess | ( | JpegWriterPlugin & | instance | ) |
Definition at line 18 of file JpegWriterProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
void tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window in RoW |
Implements tuttle::plugin::ImageProcessor.
Definition at line 40 of file JpegWriterProcess.tcc.
References tuttle::plugin::merge::copy_pixels().
void tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 26 of file JpegWriterProcess.tcc.
References OFX::RenderArguments::time.
void tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::writeImage | ( | View & | src | ) |
Definition at line 71 of file JpegWriterProcess.tcc.
JpegWriterProcessParams tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::_params [protected] |
Definition at line 24 of file JpegWriterProcess.hpp.
JpegWriterPlugin& tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file JpegWriterProcess.hpp.