TuttleOFX  1
tuttle::plugin::gamma::GammaProcess< View > Class Template Reference

Gamma process. More...

#include <GammaProcess.hpp>

Inheritance diagram for tuttle::plugin::gamma::GammaProcess< View >:
Collaboration diagram for tuttle::plugin::gamma::GammaProcess< View >:

Public Types

typedef float Scalar

Public Member Functions

 GammaProcess (GammaPlugin &effect)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)
 Function called by rendering thread each time a process must be done.

Protected Attributes

GammaPlugin_plugin
 Rendering plugin.

Detailed Description

template<class View>
class tuttle::plugin::gamma::GammaProcess< View >

Gamma process.

Definition at line 16 of file GammaProcess.hpp.


Member Typedef Documentation

template<class View >
typedef float tuttle::plugin::gamma::GammaProcess< View >::Scalar

Definition at line 19 of file GammaProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::gamma::GammaProcess< View >::GammaProcess ( GammaPlugin effect)

Definition at line 11 of file GammaProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::gamma::GammaProcess< 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 21 of file GammaProcess.tcc.

References boost::gil::color_convert(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

Here is the call graph for this function:


Field Documentation

template<class View >
GammaPlugin& tuttle::plugin::gamma::GammaProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 22 of file GammaProcess.hpp.


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