TuttleOFX  1
tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View > Class Template Reference

TurboJpeg process. More...

#include <TurboJpegReaderProcess.hpp>

Inheritance diagram for tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >:
Collaboration diagram for tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >:

Public Member Functions

 TurboJpegReaderProcess (TurboJpegReaderPlugin &effect)
void setup (const OFX::RenderArguments &args)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)
 Function called by rendering thread each time a process must be done.
void readImage (View &dst)

Protected Attributes

TurboJpegReaderPlugin_plugin
 Rendering plugin.
TurboJpegReaderProcessParams _params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >

TurboJpeg process.

Definition at line 16 of file TurboJpegReaderProcess.hpp.


Constructor & Destructor Documentation

Definition at line 15 of file TurboJpegReaderProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::multiThreadProcessImages ( const OfxRectI procWindowRoW) [virtual]

Function called by rendering thread each time a process must be done.

Parameters:
[in]procWindowRoWProcessing window

Implements tuttle::plugin::ImageProcessor.

Definition at line 34 of file TurboJpegReaderProcess.tcc.

template<class View >
void tuttle::plugin::turboJpeg::reader::TurboJpegReaderProcess< View >::setup ( const OFX::RenderArguments args) [virtual]

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

Definition at line 23 of file TurboJpegReaderProcess.tcc.

References OFX::RenderArguments::time.


Field Documentation

parameters

Definition at line 20 of file TurboJpegReaderProcess.hpp.

Rendering plugin.

Definition at line 19 of file TurboJpegReaderProcess.hpp.


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