TuttleOFX  1
tuttle::plugin::blur::BlurProcess< View > Class Template Reference

Blur process. More...

#include <BlurProcess.hpp>

Inheritance diagram for tuttle::plugin::blur::BlurProcess< View >:
Collaboration diagram for tuttle::plugin::blur::BlurProcess< 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

 BlurProcess (BlurPlugin &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

BlurPlugin_plugin
 Rendering plugin.
BlurProcessParams< Scalar_params
 user parameters

Detailed Description

template<class View>
class tuttle::plugin::blur::BlurProcess< View >

Blur process.

Definition at line 15 of file BlurProcess.hpp.


Member Typedef Documentation

template<class View >
typedef View::coord_t tuttle::plugin::blur::BlurProcess< View >::Coord

Definition at line 21 of file BlurProcess.hpp.

template<class View >
typedef terry::image_from_view<View>::type tuttle::plugin::blur::BlurProcess< View >::Image

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

Definition at line 22 of file BlurProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::blur::BlurProcess< View >::Pixel

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

Definition at line 19 of file BlurProcess.hpp.

template<class View >
typedef View::point_t tuttle::plugin::blur::BlurProcess< View >::Point

Definition at line 20 of file BlurProcess.hpp.

template<class View >
typedef float tuttle::plugin::blur::BlurProcess< View >::Scalar

Definition at line 18 of file BlurProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::blur::BlurProcess< View >::BlurProcess ( BlurPlugin effect)

Definition at line 13 of file BlurProcess.tcc.


Member Function Documentation

template<class View >
void tuttle::plugin::blur::BlurProcess< 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 39 of file BlurProcess.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::blur::BlurProcess< View >::setup ( const OFX::RenderArguments args) [virtual]

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

Definition at line 19 of file BlurProcess.tcc.

References OFX::RenderArguments::renderScale.


Field Documentation

template<class View >
BlurProcessParams<Scalar> tuttle::plugin::blur::BlurProcess< View >::_params [protected]

user parameters

Definition at line 27 of file BlurProcess.hpp.

template<class View >
BlurPlugin& tuttle::plugin::blur::BlurProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 25 of file BlurProcess.hpp.


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