TuttleOFX  1
tuttle::plugin::ctl::CTLProcess< View > Class Template Reference

CTL process. More...

#include <CTLProcess.hpp>

Inheritance diagram for tuttle::plugin::ctl::CTLProcess< View >:
Collaboration diagram for tuttle::plugin::ctl::CTLProcess< View >:

Public Types

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

Public Member Functions

 CTLProcess (CTLPlugin &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

CTLPlugin_plugin
 Rendering plugin.
CTLProcessParams< Scalar_params
 parameters
Ctl::SimdInterpreter _interpreter

Detailed Description

template<class View>
class tuttle::plugin::ctl::CTLProcess< View >

CTL process.

Definition at line 17 of file CTLProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::ctl::CTLProcess< View >::Channel

Definition at line 21 of file CTLProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::ctl::CTLProcess< View >::Pixel

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

Definition at line 20 of file CTLProcess.hpp.

template<class View >
typedef float tuttle::plugin::ctl::CTLProcess< View >::Scalar

Definition at line 22 of file CTLProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::ctl::CTLProcess< View >::CTLProcess ( CTLPlugin effect)

Definition at line 136 of file CTLProcess.tcc.

References tuttle::plugin::ctl::CTLProcess< View >::_plugin.


Member Function Documentation

template<class View >
void tuttle::plugin::ctl::CTLProcess< 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 172 of file CTLProcess.tcc.

References tuttle::plugin::merge::copy_pixels(), terry::subimage_view(), boost::gil::view(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

Here is the call graph for this function:

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

Field Documentation

template<class View >
Ctl::SimdInterpreter tuttle::plugin::ctl::CTLProcess< View >::_interpreter [protected]

Definition at line 27 of file CTLProcess.hpp.

template<class View >
CTLProcessParams<Scalar> tuttle::plugin::ctl::CTLProcess< View >::_params [protected]

parameters

Definition at line 25 of file CTLProcess.hpp.

template<class View >
CTLPlugin& tuttle::plugin::ctl::CTLProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 24 of file CTLProcess.hpp.

Referenced by tuttle::plugin::ctl::CTLProcess< View >::CTLProcess().


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