TuttleOFX  1
tuttle::plugin::pushPixel::PushPixelProcess< View > Class Template Reference

PushPixel process. More...

#include <PushPixelProcess.hpp>

Inheritance diagram for tuttle::plugin::pushPixel::PushPixelProcess< View >:
Collaboration diagram for tuttle::plugin::pushPixel::PushPixelProcess< View >:

Public Types

typedef float Scalar
typedef View::value_type Pixel
typedef terry::image_from_view
< View >::type 
Image
typedef View::point_t Point

Public Member Functions

 PushPixelProcess (PushPixelPlugin &effect)
void preProcess ()
 called before any MP is done
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

PushPixelPlugin_plugin
 Rendering plugin.
PushPixelProcessParams< Scalar_params
OFX::Clip_clipMask
 Source image clip.
bool _clipMaskConnected
boost::scoped_ptr< OFX::Image_mask
OfxRectI _maskPixelRod
View _maskView

Detailed Description

template<class View>
class tuttle::plugin::pushPixel::PushPixelProcess< View >

PushPixel process.

Definition at line 16 of file PushPixelProcess.hpp.


Member Typedef Documentation

template<class View>
typedef terry::image_from_view<View>::type tuttle::plugin::pushPixel::PushPixelProcess< View >::Image

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

Definition at line 21 of file PushPixelProcess.hpp.

template<class View>
typedef View::value_type tuttle::plugin::pushPixel::PushPixelProcess< View >::Pixel

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

Definition at line 20 of file PushPixelProcess.hpp.

template<class View>
typedef View::point_t tuttle::plugin::pushPixel::PushPixelProcess< View >::Point

Definition at line 22 of file PushPixelProcess.hpp.

template<class View>
typedef float tuttle::plugin::pushPixel::PushPixelProcess< View >::Scalar

Definition at line 19 of file PushPixelProcess.hpp.


Constructor & Destructor Documentation


Member Function Documentation

template<class View>
void tuttle::plugin::pushPixel::PushPixelProcess< View >::preProcess ( ) [inline, virtual]

called before any MP is done

Reimplemented from tuttle::plugin::ImageProcessor.

Definition at line 37 of file PushPixelProcess.hpp.

References tuttle::plugin::ImageProcessor::_renderArgs, tuttle::plugin::OfxProgress::progressBegin(), OFX::RenderArguments::renderWindow, and OfxRectI::y2.

Here is the call graph for this function:

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

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

Definition at line 34 of file PushPixelProcess.tcc.

References OFX::getImageEffectHostDescription(), OFX::RenderArguments::renderScale, and OFX::RenderArguments::time.

Here is the call graph for this function:


Field Documentation

template<class View>
OFX::Clip* tuttle::plugin::pushPixel::PushPixelProcess< View >::_clipMask [protected]

Source image clip.

Definition at line 28 of file PushPixelProcess.hpp.

Referenced by tuttle::plugin::pushPixel::PushPixelProcess< View >::PushPixelProcess().

template<class View>
boost::scoped_ptr<OFX::Image> tuttle::plugin::pushPixel::PushPixelProcess< View >::_mask [protected]

Definition at line 30 of file PushPixelProcess.hpp.

template<class View>
OfxRectI tuttle::plugin::pushPixel::PushPixelProcess< View >::_maskPixelRod [protected]

Definition at line 31 of file PushPixelProcess.hpp.

template<class View>
View tuttle::plugin::pushPixel::PushPixelProcess< View >::_maskView [protected]

Definition at line 32 of file PushPixelProcess.hpp.

Definition at line 26 of file PushPixelProcess.hpp.

template<class View>
PushPixelPlugin& tuttle::plugin::pushPixel::PushPixelProcess< View >::_plugin [protected]

Rendering plugin.

Definition at line 24 of file PushPixelProcess.hpp.


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