TuttleOFX  1
tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View > Class Template Reference

Base class for the denoising processor. More...

#include <ImageMagickWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >:
Collaboration diagram for tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >:

Public Types

typedef View::value_type Pixel

Public Member Functions

 ImageMagickWriterProcess (ImageMagickWriterPlugin &instance)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)
 Function called by rendering thread each time a process must be done.
template<class Bits >
void writeImage (View &src, const std::string &filepath)

Protected Attributes

ImageMagickWriterPlugin_plugin
 Rendering plugin.

Detailed Description

template<class View>
class tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >

Base class for the denoising processor.

Definition at line 17 of file ImageMagickWriterProcess.hpp.


Member Typedef Documentation

template<class View >
typedef View::value_type tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >::Pixel

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

Definition at line 20 of file ImageMagickWriterProcess.hpp.


Constructor & Destructor Documentation

Definition at line 17 of file ImageMagickWriterProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< 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 30 of file ImageMagickWriterProcess.tcc.

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

Here is the call graph for this function:

template<class View >
template<class Bits >
void tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >::writeImage ( View &  src,
const std::string &  filepath 
)

Definition at line 59 of file ImageMagickWriterProcess.tcc.


Field Documentation

Rendering plugin.

Definition at line 23 of file ImageMagickWriterProcess.hpp.


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