TuttleOFX  1
tuttle::plugin::exr::writer::EXRWriterProcess< View > Class Template Reference

Exr writer. More...

#include <EXRWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::exr::writer::EXRWriterProcess< View >:
Collaboration diagram for tuttle::plugin::exr::writer::EXRWriterProcess< View >:

Public Types

typedef View::value_type Pixel

Public Member Functions

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

Protected Member Functions

template<class WPixel >
void writeGrayImage (View &src, std::string &filepath, Imf::PixelType pixType)
template<class WPixel >
void writeImage (View &src, std::string &filepath, Imf::PixelType pixType)

Protected Attributes

EXRWriterPlugin_plugin
 Rendering plugin.
EXRWriterProcessParams _params

Detailed Description

template<class View>
class tuttle::plugin::exr::writer::EXRWriterProcess< View >

Exr writer.

Definition at line 27 of file EXRWriterProcess.hpp.


Member Typedef Documentation

template<class View >
typedef View::value_type tuttle::plugin::exr::writer::EXRWriterProcess< View >::Pixel

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

Definition at line 30 of file EXRWriterProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::exr::writer::EXRWriterProcess< View >::EXRWriterProcess ( EXRWriterPlugin instance)

Definition at line 23 of file EXRWriterProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

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

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

Definition at line 31 of file EXRWriterProcess.tcc.

References OFX::RenderArguments::time.

template<class View >
template<class WPixel >
void tuttle::plugin::exr::writer::EXRWriterProcess< View >::writeGrayImage ( View &  src,
std::string &  filepath,
Imf::PixelType  pixType 
) [protected]

Definition at line 210 of file EXRWriterProcess.tcc.

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

Here is the call graph for this function:

template<class View >
template<class WPixel >
void tuttle::plugin::exr::writer::EXRWriterProcess< View >::writeImage ( View &  src,
std::string &  filepath,
Imf::PixelType  pixType 
) [protected]

Definition at line 280 of file EXRWriterProcess.tcc.

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

Here is the call graph for this function:


Field Documentation

Definition at line 40 of file EXRWriterProcess.hpp.

template<class View >
EXRWriterPlugin& tuttle::plugin::exr::writer::EXRWriterProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 39 of file EXRWriterProcess.hpp.


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