TuttleOFX  1
tuttle::plugin::basicKeyer::BasicKeyerProcess< View > Class Template Reference

BasicKeyer process. More...

#include <BasicKeyerProcess.hpp>

Inheritance diagram for tuttle::plugin::basicKeyer::BasicKeyerProcess< View >:
Collaboration diagram for tuttle::plugin::basicKeyer::BasicKeyerProcess< View >:

Public Types

typedef
ImageGilFilterProcessor< View > 
Parent
typedef View::value_type Pixel

Public Member Functions

 BasicKeyerProcess (BasicKeyerPlugin &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 Attributes

BasicKeyerPlugin_plugin
 Rendering plugin.
BasicKeyerProcessParams< View > _params

Detailed Description

template<class View>
class tuttle::plugin::basicKeyer::BasicKeyerProcess< View >

BasicKeyer process.

Definition at line 23 of file BasicKeyerProcess.hpp.


Member Typedef Documentation

Definition at line 26 of file BasicKeyerProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::Pixel

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

Definition at line 27 of file BasicKeyerProcess.hpp.


Constructor & Destructor Documentation

Definition at line 8 of file BasicKeyerProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::multiThreadProcessImages ( const OfxRectI procWindowRoW) [virtual]

Function called by rendering thread each time a process must be done.

Parameters:
[in]procWindowRoWProcessing window in RoW

Implements tuttle::plugin::ImageProcessor.

Definition at line 31 of file BasicKeyerProcess.tcc.

References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

template<class View >
void tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::setup ( const OFX::RenderArguments args) [virtual]

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

Definition at line 14 of file BasicKeyerProcess.tcc.


Field Documentation

template<class View >
BasicKeyerProcessParams<View> tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::_params [protected]

Definition at line 32 of file BasicKeyerProcess.hpp.

template<class View >
BasicKeyerPlugin& tuttle::plugin::basicKeyer::BasicKeyerProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 30 of file BasicKeyerProcess.hpp.


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