TuttleOFX  1
tuttle::plugin::jpeg::reader::JpegReaderProcess< View > Class Template Reference

#include <JpegReaderProcess.hpp>

Inheritance diagram for tuttle::plugin::jpeg::reader::JpegReaderProcess< View >:
Collaboration diagram for tuttle::plugin::jpeg::reader::JpegReaderProcess< View >:

Public Member Functions

 JpegReaderProcess (JpegReaderPlugin &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

JpegReaderPlugin_plugin
 Rendering plugin.
JpegReaderProcessParams _params

Detailed Description

template<class View>
class tuttle::plugin::jpeg::reader::JpegReaderProcess< View >

Definition at line 18 of file JpegReaderProcess.hpp.


Constructor & Destructor Documentation

Definition at line 31 of file JpegReaderProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

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

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

Parameters:
[in]procWindowRoWProcessing window in RoW

Implements tuttle::plugin::ImageProcessor.

Definition at line 51 of file JpegReaderProcess.tcc.

template<class View >
View & tuttle::plugin::jpeg::reader::JpegReaderProcess< View >::readImage ( View &  dst)

Definition at line 61 of file JpegReaderProcess.tcc.

References terry::subimage_view(), and boost::gil::view().

Here is the call graph for this function:

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

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

Definition at line 39 of file JpegReaderProcess.tcc.

References OFX::RenderArguments::time.


Field Documentation

Definition at line 23 of file JpegReaderProcess.hpp.

template<class View >
JpegReaderPlugin& tuttle::plugin::jpeg::reader::JpegReaderProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 21 of file JpegReaderProcess.hpp.


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