|
TuttleOFX
1
|
#include <PngReaderProcess.hpp>


Public Member Functions | |
| PngReaderProcess (PngReaderPlugin &instance) | |
| void | setup (const OFX::RenderArguments &args) |
| void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
| Function called by rendering thread each time a process must be done. | |
| View & | readImage (View &dst) |
Protected Attributes | |
| PngReaderPlugin & | _plugin |
| Rendering plugin. | |
| PngReaderProcessParams | _params |
Definition at line 25 of file PngReaderProcess.hpp.
| tuttle::plugin::png::reader::PngReaderProcess< View >::PngReaderProcess | ( | PngReaderPlugin & | instance | ) |
Definition at line 33 of file PngReaderProcess.tcc.
References tuttle::plugin::ImageProcessor::setNoMultiThreading().

| void tuttle::plugin::png::reader::PngReaderProcess< 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 55 of file PngReaderProcess.tcc.
| View & tuttle::plugin::png::reader::PngReaderProcess< View >::readImage | ( | View & | dst | ) |
Definition at line 65 of file PngReaderProcess.tcc.
References terry::subimage_view(), and boost::gil::view().

| void tuttle::plugin::png::reader::PngReaderProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 42 of file PngReaderProcess.tcc.
References OFX::RenderArguments::time.
PngReaderProcessParams tuttle::plugin::png::reader::PngReaderProcess< View >::_params [protected] |
Definition at line 30 of file PngReaderProcess.hpp.
PngReaderPlugin& tuttle::plugin::png::reader::PngReaderProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 28 of file PngReaderProcess.hpp.