TuttleOFX
1
|
#include <CheckerboardProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef terry::generator::CheckerboardFunctor < Pixel > | CheckerboardFunctorT |
typedef CheckerboardFunctorT::point_t | Point |
typedef boost::gil::virtual_2d_locator < CheckerboardFunctorT, false > | Locator |
typedef boost::gil::image_view < Locator > | CheckerboardVirtualView |
Public Member Functions | |
CheckerboardProcess (CheckerboardPlugin &instance) | |
void | setup (const OFX::RenderArguments &args) |
CheckerboardParams< View > | getParams () |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
CheckerboardPlugin & | _plugin |
Rendering plugin. | |
CheckerboardVirtualView | _srcView |
Source view. |
Definition at line 30 of file CheckerboardProcess.hpp.
typedef terry::generator::CheckerboardFunctor<Pixel> tuttle::plugin::checkerboard::CheckerboardProcess< View >::CheckerboardFunctorT |
Definition at line 34 of file CheckerboardProcess.hpp.
typedef boost::gil::image_view<Locator> tuttle::plugin::checkerboard::CheckerboardProcess< View >::CheckerboardVirtualView |
Definition at line 37 of file CheckerboardProcess.hpp.
typedef boost::gil::virtual_2d_locator<CheckerboardFunctorT, false> tuttle::plugin::checkerboard::CheckerboardProcess< View >::Locator |
Definition at line 36 of file CheckerboardProcess.hpp.
typedef View::value_type tuttle::plugin::checkerboard::CheckerboardProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 33 of file CheckerboardProcess.hpp.
typedef CheckerboardFunctorT::point_t tuttle::plugin::checkerboard::CheckerboardProcess< View >::Point |
Definition at line 35 of file CheckerboardProcess.hpp.
tuttle::plugin::checkerboard::CheckerboardProcess< View >::CheckerboardProcess | ( | CheckerboardPlugin & | instance | ) |
Definition at line 12 of file CheckerboardProcess.tcc.
CheckerboardParams< View > tuttle::plugin::checkerboard::CheckerboardProcess< View >::getParams | ( | ) |
Definition at line 18 of file CheckerboardProcess.tcc.
References tuttle::plugin::checkerboard::CheckerboardParams< View >::_boxes, boost::gil::color_convert(), and tuttle::plugin::ofxToGil().
void tuttle::plugin::checkerboard::CheckerboardProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window in RoW |
Implements tuttle::plugin::ImageProcessor.
Definition at line 59 of file CheckerboardProcess.tcc.
References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::checkerboard::CheckerboardProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 32 of file CheckerboardProcess.tcc.
References OFX::RenderArguments::time.
CheckerboardPlugin& tuttle::plugin::checkerboard::CheckerboardProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 40 of file CheckerboardProcess.hpp.
CheckerboardVirtualView tuttle::plugin::checkerboard::CheckerboardProcess< View >::_srcView [protected] |
Source view.
Definition at line 41 of file CheckerboardProcess.hpp.