TuttleOFX  1
tuttle::plugin::jpeg::writer::JpegWriterProcess< View > Class Template Reference

Base class for the denoising processor. More...

#include <JpegWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::jpeg::writer::JpegWriterProcess< View >:
Collaboration diagram for tuttle::plugin::jpeg::writer::JpegWriterProcess< View >:

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

Detailed Description

template<class View>
class tuttle::plugin::jpeg::writer::JpegWriterProcess< View >

Base class for the denoising processor.

Definition at line 17 of file JpegWriterProcess.hpp.


Member Typedef Documentation

template<class View >
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.


Constructor & Destructor Documentation

Definition at line 18 of file JpegWriterProcess.tcc.

References tuttle::plugin::ImageProcessor::setNoMultiThreading().

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::multiThreadProcessImages ( const OfxRectI procWindowRoW) [virtual]

Function called by rendering thread each time a process must be done.

Parameters:
[in]procWindowRoWProcessing window in RoW
Warning:
no multithread here !

Implements tuttle::plugin::ImageProcessor.

Definition at line 40 of file JpegWriterProcess.tcc.

References tuttle::plugin::merge::copy_pixels().

Here is the call graph for this function:

template<class View >
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.

template<class View >
template<class Bits >
void tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::writeImage ( View &  src)

Definition at line 71 of file JpegWriterProcess.tcc.


Field Documentation

Definition at line 24 of file JpegWriterProcess.hpp.

template<class View >
JpegWriterPlugin& tuttle::plugin::jpeg::writer::JpegWriterProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 23 of file JpegWriterProcess.hpp.


The documentation for this class was generated from the following files: