TuttleOFX  1
tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View > Class Template Reference

Base class for the denoising processor. More...

#include <OpenImageIOWriterProcess.hpp>

Inheritance diagram for tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >:
Collaboration diagram for tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >:

Public Types

typedef terry::image_from_view
< View >::type 
Image
typedef View::value_type Pixel
typedef View::point_t Point
typedef View::coord_t Coord

Public Member Functions

 OpenImageIOWriterProcess (OpenImageIOWriterPlugin &instance)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)
 Function called by rendering thread each time a process must be done.
template<class WImage >
void writeImage (View &src, const std::string &filepath, const ETuttlePluginBitDepth &bitDepth)

Static Public Member Functions

static bool progressCallback (void *opaque_data, float portion_done)

Protected Attributes

OpenImageIOWriterPlugin_plugin
 Rendering plugin.

Private Types

typedef
OpenImageIOWriterProcess< View > 
This

Private Member Functions

ETuttlePluginBitDepth getDefaultBitDepth (const std::string &filepath, const ETuttlePluginBitDepth &bitDepth)

Private Attributes

OpenImageIOWriterProcessParams params

Detailed Description

template<class View>
class tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >

Base class for the denoising processor.

Definition at line 19 of file OpenImageIOWriterProcess.hpp.


Member Typedef Documentation

template<class View >
typedef View::coord_t tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >::Coord

Definition at line 31 of file OpenImageIOWriterProcess.hpp.

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

Definition at line 28 of file OpenImageIOWriterProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >::Pixel

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

Definition at line 29 of file OpenImageIOWriterProcess.hpp.

template<class View >
typedef View::point_t tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >::Point

Definition at line 30 of file OpenImageIOWriterProcess.hpp.

Definition at line 21 of file OpenImageIOWriterProcess.hpp.


Constructor & Destructor Documentation

Definition at line 27 of file OpenImageIOWriterProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

template<class View >
static bool tuttle::plugin::openImageIO::writer::OpenImageIOWriterProcess< View >::progressCallback ( void *  opaque_data,
float  portion_done 
) [inline, static]

Definition at line 44 of file OpenImageIOWriterProcess.hpp.

References tuttle::plugin::OfxProgress::progressUpdate().

Here is the call graph for this function:


Field Documentation

Rendering plugin.

Definition at line 34 of file OpenImageIOWriterProcess.hpp.


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