|
TuttleOFX
1
|
Ramp process. More...
#include <RampProcess.hpp>


Public Types | |
| typedef View::value_type | Pixel |
| typedef terry::generator::RampFunctor < Pixel > | RampFunctorT |
| typedef RampFunctorT::point_t | Point |
| typedef boost::gil::virtual_2d_locator < RampFunctorT, false > | Locator |
| typedef boost::gil::image_view < Locator > | RampVirtualView |
Public Member Functions | |
| RampProcess (RampPlugin &effect) | |
| void | setup (const OFX::RenderArguments &args) |
| RampProcessParams< View > | getProcessParams () const |
| void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
| Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
| RampPlugin & | _plugin |
| Rendering plugin. | |
| RampVirtualView | _srcView |
| Source view. | |
Ramp process.
Definition at line 35 of file RampProcess.hpp.
| typedef boost::gil::virtual_2d_locator<RampFunctorT, false> tuttle::plugin::ramp::RampProcess< View >::Locator |
Definition at line 41 of file RampProcess.hpp.
| typedef View::value_type tuttle::plugin::ramp::RampProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 38 of file RampProcess.hpp.
| typedef RampFunctorT::point_t tuttle::plugin::ramp::RampProcess< View >::Point |
Definition at line 40 of file RampProcess.hpp.
| typedef terry::generator::RampFunctor<Pixel> tuttle::plugin::ramp::RampProcess< View >::RampFunctorT |
Definition at line 39 of file RampProcess.hpp.
| typedef boost::gil::image_view<Locator> tuttle::plugin::ramp::RampProcess< View >::RampVirtualView |
Definition at line 42 of file RampProcess.hpp.
| tuttle::plugin::ramp::RampProcess< View >::RampProcess | ( | RampPlugin & | effect | ) |
Definition at line 9 of file RampProcess.tcc.
| RampProcessParams< View > tuttle::plugin::ramp::RampProcess< View >::getProcessParams | ( | ) | const |
Definition at line 16 of file RampProcess.tcc.
References boost::gil::color_convert(), and tuttle::plugin::ramp::RampProcessParams< View >::direction.

| void tuttle::plugin::ramp::RampProcess< 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 56 of file RampProcess.tcc.
References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
| void tuttle::plugin::ramp::RampProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 33 of file RampProcess.tcc.
References OFX::RenderArguments::time.
RampPlugin& tuttle::plugin::ramp::RampProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 45 of file RampProcess.hpp.
RampVirtualView tuttle::plugin::ramp::RampProcess< View >::_srcView [protected] |
Source view.
Definition at line 46 of file RampProcess.hpp.