TuttleOFX
1
|
process More...
#include <Jpeg2000WriterProcess.hpp>
Public Member Functions | |
Jpeg2000WriterProcess (Jpeg2000WriterPlugin &instance) | |
~Jpeg2000WriterProcess () | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
Jpeg2000WriterPlugin & | _plugin |
Rendering plugin. | |
Jpeg2000ProcessParams | _params |
tuttle::io::J2KWriter | _writer |
Writer engine. | |
Private Member Functions | |
template<typename SImg > | |
void | writeImage (const View &srcView, const int &bitDepth) |
process
Definition at line 31 of file Jpeg2000WriterProcess.hpp.
tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::Jpeg2000WriterProcess | ( | Jpeg2000WriterPlugin & | instance | ) |
Definition at line 11 of file Jpeg2000WriterProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::~Jpeg2000WriterProcess | ( | ) |
Definition at line 19 of file Jpeg2000WriterProcess.tcc.
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< 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 37 of file Jpeg2000WriterProcess.tcc.
References OFX::eBitDepthCustom, OFX::eBitDepthFloat, OFX::eBitDepthNone, OFX::eBitDepthUByte, OFX::eBitDepthUShort, tuttle::plugin::jpeg2000::writer::eTuttlePluginBitDepth12, tuttle::plugin::jpeg2000::writer::eTuttlePluginBitDepth16, tuttle::plugin::jpeg2000::writer::eTuttlePluginBitDepth32, tuttle::plugin::jpeg2000::writer::eTuttlePluginBitDepth8, and tuttle::plugin::jpeg2000::writer::eTuttlePluginBitDepthAuto.
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 25 of file Jpeg2000WriterProcess.tcc.
References OFX::RenderArguments::time.
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::writeImage | ( | const View & | srcView, |
const int & | bitDepth | ||
) | [private] |
Definition at line 103 of file Jpeg2000WriterProcess.tcc.
References tuttle::plugin::viewer::img, and boost::gil::view().
Jpeg2000ProcessParams tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::_params [protected] |
Definition at line 47 of file Jpeg2000WriterProcess.hpp.
Jpeg2000WriterPlugin& tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 46 of file Jpeg2000WriterProcess.hpp.
tuttle::io::J2KWriter tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::_writer [protected] |
Writer engine.
Definition at line 48 of file Jpeg2000WriterProcess.hpp.