TuttleOFX  1
tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View > Class Template Reference

TurboJpeg process. More...

#include <TurboJpegWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >:
Collaboration diagram for tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >:

Public Types

typedef View::value_type Pixel
typedef
boost::gil::channel_type< View >
::type 
Channel
typedef float Scalar

Public Member Functions

 TurboJpegWriterProcess (TurboJpegWriterPlugin &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 writeImage (View &src)

Protected Attributes

TurboJpegWriterPlugin_plugin
 Rendering plugin.
TurboJpegWriterProcessParams _params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >

TurboJpeg process.

Definition at line 16 of file TurboJpegWriterProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::Channel

Definition at line 20 of file TurboJpegWriterProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::Pixel

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

Definition at line 19 of file TurboJpegWriterProcess.hpp.

template<class View >
typedef float tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< View >::Scalar

Definition at line 21 of file TurboJpegWriterProcess.hpp.


Constructor & Destructor Documentation

Definition at line 15 of file TurboJpegWriterProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::turboJpeg::writer::TurboJpegWriterProcess< 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 35 of file TurboJpegWriterProcess.tcc.

References tuttle::plugin::merge::copy_pixels().

Here is the call graph for this function:

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

Field Documentation

parameters

Definition at line 24 of file TurboJpegWriterProcess.hpp.

Rendering plugin.

Definition at line 23 of file TurboJpegWriterProcess.hpp.


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