TuttleOFX  1
tuttle::plugin::idKeyer::IdKeyerProcess< View > Class Template Reference

IdKeyer process. More...

#include <IdKeyerProcess.hpp>

Inheritance diagram for tuttle::plugin::idKeyer::IdKeyerProcess< View >:
Collaboration diagram for tuttle::plugin::idKeyer::IdKeyerProcess< View >:

Public Types

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

Public Member Functions

 IdKeyerProcess (IdKeyerPlugin &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

IdKeyerPlugin_plugin
IdKeyerProcessParams< View > _params

Detailed Description

template<class View>
class tuttle::plugin::idKeyer::IdKeyerProcess< View >

IdKeyer process.

Definition at line 23 of file IdKeyerProcess.hpp.


Member Typedef Documentation

template<class View >
typedef ImageGilFilterProcessor<View> tuttle::plugin::idKeyer::IdKeyerProcess< View >::Parent

Definition at line 26 of file IdKeyerProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::idKeyer::IdKeyerProcess< View >::Pixel

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

Definition at line 27 of file IdKeyerProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::idKeyer::IdKeyerProcess< View >::IdKeyerProcess ( IdKeyerPlugin instance)

Definition at line 17 of file IdKeyerProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::idKeyer::IdKeyerProcess< 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 92 of file IdKeyerProcess.tcc.

References tuttle::plugin::idKeyer::id_keyer_t::id_keyer_t(), terry::subimage_view(), terry::algorithm::transform_pixels_progress(), tuttle::translateRegion(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

Here is the call graph for this function:

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

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

Definition at line 23 of file IdKeyerProcess.tcc.


Field Documentation

template<class View >
IdKeyerProcessParams<View> tuttle::plugin::idKeyer::IdKeyerProcess< View >::_params [protected]

Definition at line 38 of file IdKeyerProcess.hpp.

template<class View >
IdKeyerPlugin& tuttle::plugin::idKeyer::IdKeyerProcess< View >::_plugin [protected]

Definition at line 37 of file IdKeyerProcess.hpp.


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