TuttleOFX  1
tuttle::plugin::dummy::DummyProcess< View > Class Template Reference

Dummy process. More...

#include <DummyProcess.hpp>

Inheritance diagram for tuttle::plugin::dummy::DummyProcess< View >:
Collaboration diagram for tuttle::plugin::dummy::DummyProcess< View >:

Public Types

typedef View::value_type Pixel
typedef
boost::gil::channel_type< View >
::type 
Channel
typedef float Scalar

Public Member Functions

 DummyProcess (DummyPlugin &effect)
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

DummyPlugin_plugin
 Rendering plugin.
DummyProcessParams< Scalar_params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::dummy::DummyProcess< View >

Dummy process.

Definition at line 15 of file DummyProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::dummy::DummyProcess< View >::Channel

Definition at line 19 of file DummyProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::dummy::DummyProcess< View >::Pixel

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

Definition at line 18 of file DummyProcess.hpp.

template<class View >
typedef float tuttle::plugin::dummy::DummyProcess< View >::Scalar

Definition at line 20 of file DummyProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::dummy::DummyProcess< View >::DummyProcess ( DummyPlugin effect)

Definition at line 7 of file DummyProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::dummy::DummyProcess< 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 26 of file DummyProcess.tcc.

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

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

Field Documentation

template<class View >
DummyProcessParams<Scalar> tuttle::plugin::dummy::DummyProcess< View >::_params [protected]

parameters

Definition at line 23 of file DummyProcess.hpp.

template<class View >
DummyPlugin& tuttle::plugin::dummy::DummyProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 22 of file DummyProcess.hpp.


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