TuttleOFX
1
|
Blur process. More...
#include <BlurProcess.hpp>
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 |
Blur process.
Definition at line 15 of file BlurProcess.hpp.
typedef View::coord_t tuttle::plugin::blur::BlurProcess< View >::Coord |
Definition at line 21 of file BlurProcess.hpp.
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.
typedef View::value_type tuttle::plugin::blur::BlurProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 19 of file BlurProcess.hpp.
typedef View::point_t tuttle::plugin::blur::BlurProcess< View >::Point |
Definition at line 20 of file BlurProcess.hpp.
typedef float tuttle::plugin::blur::BlurProcess< View >::Scalar |
Definition at line 18 of file BlurProcess.hpp.
tuttle::plugin::blur::BlurProcess< View >::BlurProcess | ( | BlurPlugin & | effect | ) |
Definition at line 13 of file BlurProcess.tcc.
void tuttle::plugin::blur::BlurProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing 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.
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.
BlurProcessParams<Scalar> tuttle::plugin::blur::BlurProcess< View >::_params [protected] |
user parameters
Definition at line 27 of file BlurProcess.hpp.
BlurPlugin& tuttle::plugin::blur::BlurProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 25 of file BlurProcess.hpp.