TuttleOFX
1
|
process More...
#include <Jpeg2000ReaderProcess.hpp>
Public Member Functions | |
Jpeg2000ReaderProcess (Jpeg2000ReaderPlugin &instance) | |
~Jpeg2000ReaderProcess () | |
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 Layout > | |
void | switchLayoutCopy (const View &dstView) |
template<class WorkingPixel > | |
void | switchPrecisionCopy (const View &dstView) |
Protected Attributes | |
Jpeg2000ReaderPlugin & | _plugin |
Rendering plugin. | |
Jpeg2000ReaderProcessParams | _params |
process
Definition at line 27 of file Jpeg2000ReaderProcess.hpp.
tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::Jpeg2000ReaderProcess | ( | Jpeg2000ReaderPlugin & | instance | ) |
Definition at line 10 of file Jpeg2000ReaderProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().
tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::~Jpeg2000ReaderProcess | ( | ) |
Definition at line 18 of file Jpeg2000ReaderProcess.tcc.
void tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< 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 36 of file Jpeg2000ReaderProcess.tcc.
void tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 24 of file Jpeg2000ReaderProcess.tcc.
References OFX::RenderArguments::time.
void tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::switchLayoutCopy | ( | const View & | dstView | ) |
Definition at line 68 of file Jpeg2000ReaderProcess.tcc.
void tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::switchPrecisionCopy | ( | const View & | dstView | ) |
Definition at line 107 of file Jpeg2000ReaderProcess.tcc.
References boost::gil::color_convert(), and tuttle::io::J2KReader::width().
Jpeg2000ReaderProcessParams tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::_params [protected] |
Definition at line 31 of file Jpeg2000ReaderProcess.hpp.
Jpeg2000ReaderPlugin& tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 30 of file Jpeg2000ReaderProcess.hpp.