TuttleOFX  1
tuttle::plugin::seExpr::SeExprProcess< View > Class Template Reference

SeExpr process. More...

#include <SeExprProcess.hpp>

Inheritance diagram for tuttle::plugin::seExpr::SeExprProcess< View >:
Collaboration diagram for tuttle::plugin::seExpr::SeExprProcess< View >:

Public Types

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

Public Member Functions

 SeExprProcess (SeExprPlugin &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

SeExprPlugin_plugin
 Rendering plugin.
SeExprProcessParams< Scalar_params
 parameters

Private Attributes

OfxRectD rod
size_t _time

Detailed Description

template<class View>
class tuttle::plugin::seExpr::SeExprProcess< View >

SeExpr process.

Definition at line 19 of file SeExprProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::seExpr::SeExprProcess< View >::Channel

Definition at line 23 of file SeExprProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::seExpr::SeExprProcess< View >::Pixel

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

Definition at line 22 of file SeExprProcess.hpp.

template<class View >
typedef float tuttle::plugin::seExpr::SeExprProcess< View >::Scalar

Definition at line 24 of file SeExprProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::seExpr::SeExprProcess< View >::SeExprProcess ( SeExprPlugin effect)

Definition at line 6 of file SeExprProcess.tcc.

References tuttle::plugin::ImageProcessor::setNoMultiThreading().

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::seExpr::SeExprProcess< 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 46 of file SeExprProcess.tcc.

References boost::gil::color_convert(), tuttle::plugin::seExpr::ImageSynthExpr::vars, OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

Here is the call graph for this function:


Field Documentation

template<class View >
SeExprProcessParams<Scalar> tuttle::plugin::seExpr::SeExprProcess< View >::_params [protected]

parameters

Definition at line 27 of file SeExprProcess.hpp.

template<class View >
SeExprPlugin& tuttle::plugin::seExpr::SeExprProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 26 of file SeExprProcess.hpp.

template<class View >
size_t tuttle::plugin::seExpr::SeExprProcess< View >::_time [private]

Definition at line 37 of file SeExprProcess.hpp.

template<class View >
OfxRectD tuttle::plugin::seExpr::SeExprProcess< View >::rod [private]

Definition at line 36 of file SeExprProcess.hpp.


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