TuttleOFX  1
tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View > Class Template Reference

process More...

#include <Jpeg2000ReaderProcess.hpp>

Inheritance diagram for tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >:
Collaboration diagram for tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >:

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

Detailed Description

template<class View>
class tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >

process

Definition at line 27 of file Jpeg2000ReaderProcess.hpp.


Constructor & Destructor Documentation

Definition at line 10 of file Jpeg2000ReaderProcess.tcc.

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

Here is the call graph for this function:

Definition at line 18 of file Jpeg2000ReaderProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< 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 36 of file Jpeg2000ReaderProcess.tcc.

template<class View >
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.

template<class View >
template<class Layout >
void tuttle::plugin::jpeg2000::reader::Jpeg2000ReaderProcess< View >::switchLayoutCopy ( const View &  dstView)

Definition at line 68 of file Jpeg2000ReaderProcess.tcc.

template<class View >
template<class WorkingPixel >
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().

Here is the call graph for this function:


Field Documentation

Rendering plugin.

Definition at line 30 of file Jpeg2000ReaderProcess.hpp.


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