|
TuttleOFX
1
|
Base class for the denoising processor. More...
#include <ImageMagickWriterProcess.hpp>


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. | |
Base class for the denoising processor.
Definition at line 17 of file ImageMagickWriterProcess.hpp.
| 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.
| tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >::ImageMagickWriterProcess | ( | ImageMagickWriterPlugin & | instance | ) |
Definition at line 17 of file ImageMagickWriterProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().

| void tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< 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 30 of file ImageMagickWriterProcess.tcc.
References tuttle::plugin::merge::copy_pixels().

| void tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >::writeImage | ( | View & | src, |
| const std::string & | filepath | ||
| ) |
Definition at line 59 of file ImageMagickWriterProcess.tcc.
ImageMagickWriterPlugin& tuttle::plugin::imagemagick::writer::ImageMagickWriterProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 23 of file ImageMagickWriterProcess.hpp.