TuttleOFX  1
tuttle::plugin::move2D::Move2DProcess< View > Class Template Reference

Move2D process. More...

#include <Move2DProcess.hpp>

Inheritance diagram for tuttle::plugin::move2D::Move2DProcess< View >:
Collaboration diagram for tuttle::plugin::move2D::Move2DProcess< View >:

Public Types

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

Public Member Functions

 Move2DProcess (Move2DPlugin &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

Move2DPlugin_plugin
 Rendering plugin.
Move2DProcessParams< Scalar_params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::move2D::Move2DProcess< View >

Move2D process.

Definition at line 15 of file Move2DProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::move2D::Move2DProcess< View >::Channel

Definition at line 19 of file Move2DProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::move2D::Move2DProcess< View >::Pixel

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

Definition at line 18 of file Move2DProcess.hpp.

template<class View >
typedef float tuttle::plugin::move2D::Move2DProcess< View >::Scalar

Definition at line 20 of file Move2DProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::move2D::Move2DProcess< View >::Move2DProcess ( Move2DPlugin effect)

Definition at line 7 of file Move2DProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::move2D::Move2DProcess< 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 Move2DProcess.tcc.

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

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

Field Documentation

template<class View >
Move2DProcessParams<Scalar> tuttle::plugin::move2D::Move2DProcess< View >::_params [protected]

parameters

Definition at line 23 of file Move2DProcess.hpp.

template<class View >
Move2DPlugin& tuttle::plugin::move2D::Move2DProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 22 of file Move2DProcess.hpp.


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