TuttleOFX  1
tuttle::plugin::resize::ResizeProcess< View > Class Template Reference

Resize process. More...

#include <ResizeProcess.hpp>

Inheritance diagram for tuttle::plugin::resize::ResizeProcess< View >:
Collaboration diagram for tuttle::plugin::resize::ResizeProcess< View >:

Public Types

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

Public Member Functions

 ResizeProcess (ResizePlugin &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

ResizePlugin_plugin
 Rendering plugin.
ResizeProcessParams< Scalar_params
 parameters

Detailed Description

template<class View>
class tuttle::plugin::resize::ResizeProcess< View >

Resize process.

Definition at line 15 of file ResizeProcess.hpp.


Member Typedef Documentation

template<class View >
typedef boost::gil::channel_type<View>::type tuttle::plugin::resize::ResizeProcess< View >::Channel

Definition at line 19 of file ResizeProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::resize::ResizeProcess< View >::Pixel

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

Definition at line 18 of file ResizeProcess.hpp.

template<class View >
typedef float tuttle::plugin::resize::ResizeProcess< View >::Scalar

Definition at line 20 of file ResizeProcess.hpp.


Constructor & Destructor Documentation

template<class View >
tuttle::plugin::resize::ResizeProcess< View >::ResizeProcess ( ResizePlugin effect)

Definition at line 10 of file ResizeProcess.tcc.

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

Here is the call graph for this function:


Member Function Documentation

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

Field Documentation

template<class View >
ResizeProcessParams<Scalar> tuttle::plugin::resize::ResizeProcess< View >::_params [protected]

parameters

Definition at line 24 of file ResizeProcess.hpp.

template<class View >
ResizePlugin& tuttle::plugin::resize::ResizeProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 23 of file ResizeProcess.hpp.


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