TuttleOFX  1
tuttle::plugin::ImageFilterProcessor Class Reference

Base class that can be used to process images of any type using boost::gil library view to access images. More...

#include <ImageFilterProcessor.hpp>

Inheritance diagram for tuttle::plugin::ImageFilterProcessor:
Collaboration diagram for tuttle::plugin::ImageFilterProcessor:

Public Member Functions

 ImageFilterProcessor (OFX::ImageEffect &effect, const EImageOrientation imageOrientation)
virtual ~ImageFilterProcessor ()
virtual void setup (const OFX::RenderArguments &args)

Protected Attributes

OFX::Clip * _clipSrc
 Source image clip.
boost::scoped_ptr< OFX::Image > _src
OfxRectI _srcPixelRod

Detailed Description

Base class that can be used to process images of any type using boost::gil library view to access images.

Definition at line 12 of file ImageFilterProcessor.hpp.


Constructor & Destructor Documentation

tuttle::plugin::ImageFilterProcessor::ImageFilterProcessor ( OFX::ImageEffect &  effect,
const EImageOrientation  imageOrientation 
) [inline]

Definition at line 20 of file ImageFilterProcessor.hpp.

References _clipSrc.

virtual tuttle::plugin::ImageFilterProcessor::~ImageFilterProcessor ( ) [inline, virtual]

Definition at line 29 of file ImageFilterProcessor.hpp.


Member Function Documentation

virtual void tuttle::plugin::ImageFilterProcessor::setup ( const OFX::RenderArguments &  args) [inline, virtual]

Reimplemented from tuttle::plugin::ImageProcessor.

Definition at line 32 of file ImageFilterProcessor.hpp.

References _clipSrc, _src, _srcPixelRod, and tuttle::quotes().

Here is the call graph for this function:


Field Documentation

Source image clip.

Definition at line 15 of file ImageFilterProcessor.hpp.

Referenced by ImageFilterProcessor(), and setup().

boost::scoped_ptr<OFX::Image> tuttle::plugin::ImageFilterProcessor::_src [protected]

Definition at line 16 of file ImageFilterProcessor.hpp.

Referenced by setup().

Definition at line 17 of file ImageFilterProcessor.hpp.

Referenced by setup().


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