TuttleOFX  1
tuttle::plugin::png::writer::PngWriterProcess< View > Class Template Reference

Base class for the denoising processor. More...

#include <PngWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::png::writer::PngWriterProcess< View >:
Collaboration diagram for tuttle::plugin::png::writer::PngWriterProcess< View >:

Public Types

typedef View::value_type Pixel

Public Member Functions

 PngWriterProcess (PngWriterPlugin &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

PngWriterPlugin_plugin
 Rendering plugin.
PngWriterProcessParams _params

Detailed Description

template<class View>
class tuttle::plugin::png::writer::PngWriterProcess< View >

Base class for the denoising processor.

Definition at line 20 of file PngWriterProcess.hpp.


Member Typedef Documentation

template<class View >
typedef View::value_type tuttle::plugin::png::writer::PngWriterProcess< View >::Pixel

Reimplemented from tuttle::plugin::ImageGilProcessor< View >.

Definition at line 23 of file PngWriterProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::png::writer::PngWriterProcess< View >::PngWriterProcess ( PngWriterPlugin instance)

Definition at line 19 of file PngWriterProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::png::writer::PngWriterProcess< 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 !
Todo:
?

Implements tuttle::plugin::ImageProcessor.

Definition at line 40 of file PngWriterProcess.tcc.

References tuttle::plugin::merge::copy_pixels(), tuttle::plugin::png::writer::eTuttlePluginBitDepth16, and tuttle::plugin::png::writer::eTuttlePluginBitDepth8.

Here is the call graph for this function:

template<class View >
void tuttle::plugin::png::writer::PngWriterProcess< View >::setup ( const OFX::RenderArguments args) [virtual]

Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.

Definition at line 27 of file PngWriterProcess.tcc.

References OFX::RenderArguments::time.


Field Documentation

Definition at line 28 of file PngWriterProcess.hpp.

template<class View >
PngWriterPlugin& tuttle::plugin::png::writer::PngWriterProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 26 of file PngWriterProcess.hpp.


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