TuttleOFX  1
tuttle::plugin::viewer::ViewerProcess< View > Class Template Reference

Viewer process. More...

#include <ViewerProcess.hpp>

Inheritance diagram for tuttle::plugin::viewer::ViewerProcess< View >:
Collaboration diagram for tuttle::plugin::viewer::ViewerProcess< View >:

Public Types

typedef View::value_type Pixel
typedef
boost::gil::channel_type< View >
::type 
Channel
typedef float Scalar

Public Member Functions

 ViewerProcess (ViewerPlugin &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

ViewerPlugin_plugin
 Rendering plugin.
ViewerProcessParams< Scalar_params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::viewer::ViewerProcess< View >

Viewer process.

Definition at line 15 of file ViewerProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::viewer::ViewerProcess< View >::Channel

Definition at line 19 of file ViewerProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::viewer::ViewerProcess< View >::Pixel

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

Definition at line 18 of file ViewerProcess.hpp.

template<class View >
typedef float tuttle::plugin::viewer::ViewerProcess< View >::Scalar

Definition at line 20 of file ViewerProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::viewer::ViewerProcess< View >::ViewerProcess ( ViewerPlugin effect)

Definition at line 13 of file ViewerProcess.tcc.

References tuttle::plugin::ImageProcessor::setNoMultiThreading().

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::viewer::ViewerProcess< 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 32 of file ViewerProcess.tcc.

template<class View >
void tuttle::plugin::viewer::ViewerProcess< View >::setup ( const OFX::RenderArguments args) [virtual]

Field Documentation

template<class View >
ViewerProcessParams<Scalar> tuttle::plugin::viewer::ViewerProcess< View >::_params [protected]

parameters

Definition at line 23 of file ViewerProcess.hpp.

template<class View >
ViewerPlugin& tuttle::plugin::viewer::ViewerProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 22 of file ViewerProcess.hpp.


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