TuttleOFX  1
tuttle::plugin::convolution::ConvolutionProcess< View > Class Template Reference

Convolution process. More...

#include <ConvolutionProcess.hpp>

Inheritance diagram for tuttle::plugin::convolution::ConvolutionProcess< View >:
Collaboration diagram for tuttle::plugin::convolution::ConvolutionProcess< View >:

Public Types

typedef float Scalar
typedef View::value_type Pixel
typedef View::point_t Point
typedef View::coord_t Coord
typedef terry::image_from_view
< View >::type 
Image

Public Member Functions

 ConvolutionProcess (ConvolutionPlugin &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

ConvolutionPlugin_plugin
 Rendering plugin.
ConvolutionProcessParams _params

Detailed Description

template<class View>
class tuttle::plugin::convolution::ConvolutionProcess< View >

Convolution process.

Definition at line 16 of file ConvolutionProcess.hpp.


Member Typedef Documentation

template<class View >
typedef View::coord_t tuttle::plugin::convolution::ConvolutionProcess< View >::Coord

Definition at line 22 of file ConvolutionProcess.hpp.

template<class View >
typedef terry::image_from_view<View>::type tuttle::plugin::convolution::ConvolutionProcess< View >::Image

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

Definition at line 23 of file ConvolutionProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::convolution::ConvolutionProcess< View >::Pixel

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

Definition at line 20 of file ConvolutionProcess.hpp.

template<class View >
typedef View::point_t tuttle::plugin::convolution::ConvolutionProcess< View >::Point

Definition at line 21 of file ConvolutionProcess.hpp.

template<class View >
typedef float tuttle::plugin::convolution::ConvolutionProcess< View >::Scalar

Definition at line 19 of file ConvolutionProcess.hpp.


Constructor & Destructor Documentation

Definition at line 15 of file ConvolutionProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::convolution::ConvolutionProcess< 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 32 of file ConvolutionProcess.tcc.

References terry::subimage_view(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

Here is the call graph for this function:

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

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

Definition at line 21 of file ConvolutionProcess.tcc.


Field Documentation

Definition at line 27 of file ConvolutionProcess.hpp.

template<class View >
ConvolutionPlugin& tuttle::plugin::convolution::ConvolutionProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 26 of file ConvolutionProcess.hpp.


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