TuttleOFX  1
tuttle::plugin::ramp::RampProcess< View > Class Template Reference

Ramp process. More...

#include <RampProcess.hpp>

Inheritance diagram for tuttle::plugin::ramp::RampProcess< View >:
Collaboration diagram for tuttle::plugin::ramp::RampProcess< View >:

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.

Detailed Description

template<class View>
class tuttle::plugin::ramp::RampProcess< View >

Ramp process.

Definition at line 35 of file RampProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::virtual_2d_locator<RampFunctorT, false> tuttle::plugin::ramp::RampProcess< View >::Locator

Definition at line 41 of file RampProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::ramp::RampProcess< View >::Pixel

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

Definition at line 38 of file RampProcess.hpp.

template<class View >
typedef RampFunctorT::point_t tuttle::plugin::ramp::RampProcess< View >::Point

Definition at line 40 of file RampProcess.hpp.

Definition at line 39 of file RampProcess.hpp.

template<class View >
typedef boost::gil::image_view<Locator> tuttle::plugin::ramp::RampProcess< View >::RampVirtualView

Definition at line 42 of file RampProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::ramp::RampProcess< View >::RampProcess ( RampPlugin effect)

Definition at line 9 of file RampProcess.tcc.


Member Function Documentation

template<class View >
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.

Here is the call graph for this function:

template<class View >
void tuttle::plugin::ramp::RampProcess< 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 56 of file RampProcess.tcc.

References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.

template<class View >
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.


Field Documentation

template<class View >
RampPlugin& tuttle::plugin::ramp::RampProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 45 of file RampProcess.hpp.

template<class View >
RampVirtualView tuttle::plugin::ramp::RampProcess< View >::_srcView [protected]

Source view.

Definition at line 46 of file RampProcess.hpp.


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