TuttleOFX  1
tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View > Class Template Reference

process More...

#include <Jpeg2000WriterProcess.hpp>

Inheritance diagram for tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >:
Collaboration diagram for tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >:

Public Member Functions

 Jpeg2000WriterProcess (Jpeg2000WriterPlugin &instance)
 ~Jpeg2000WriterProcess ()
void setup (const OFX::RenderArguments &args)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)
 Function called by rendering thread each time a process must be done.

Protected Attributes

Jpeg2000WriterPlugin_plugin
 Rendering plugin.
Jpeg2000ProcessParams _params
tuttle::io::J2KWriter _writer
 Writer engine.

Private Member Functions

template<typename SImg >
void writeImage (const View &srcView, const int &bitDepth)

Detailed Description

template<class View>
class tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >

process

Definition at line 31 of file Jpeg2000WriterProcess.hpp.


Constructor & Destructor Documentation

Definition at line 11 of file Jpeg2000WriterProcess.tcc.

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

Here is the call graph for this function:

Definition at line 19 of file Jpeg2000WriterProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::setup ( const OFX::RenderArguments args) [virtual]
template<typename View >
template<typename SImg >
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterProcess< View >::writeImage ( const View &  srcView,
const int &  bitDepth 
) [private]

Definition at line 103 of file Jpeg2000WriterProcess.tcc.

References tuttle::plugin::viewer::img, and boost::gil::view().

Here is the call graph for this function:


Field Documentation

Definition at line 47 of file Jpeg2000WriterProcess.hpp.

Rendering plugin.

Definition at line 46 of file Jpeg2000WriterProcess.hpp.

Writer engine.

Definition at line 48 of file Jpeg2000WriterProcess.hpp.


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