TuttleOFX  1
tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin Class Reference

OpenImageIO reader. More...

#include <OpenImageIOReaderPlugin.hpp>

Inheritance diagram for tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin:
Collaboration diagram for tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin:

Public Member Functions

 OpenImageIOReaderPlugin (OfxImageEffectHandle handle)
OpenImageIOReaderProcessParams getProcessParams (const OfxTime time)
void changedParam (const OFX::InstanceChangedArgs &args, const std::string &paramName)
 called when a param has just had its value changed
bool getRegionOfDefinition (const OFX::RegionOfDefinitionArguments &args, OfxRectD &rod)
 The get RoD action.
void getClipPreferences (OFX::ClipPreferencesSetter &clipPreferences)
 get the clip preferences
void render (const OFX::RenderArguments &args)
 The overridden render function.

Detailed Description

OpenImageIO reader.

Definition at line 20 of file OpenImageIOReaderPlugin.hpp.


Constructor & Destructor Documentation

tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin::OpenImageIOReaderPlugin ( OfxImageEffectHandle  handle)

Definition at line 19 of file OpenImageIOReaderPlugin.cpp.


Member Function Documentation

void tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin::changedParam ( const OFX::InstanceChangedArgs args,
const std::string &  paramName 
) [virtual]

called when a param has just had its value changed

Reimplemented from tuttle::plugin::ReaderPlugin.

Definition at line 32 of file OpenImageIOReaderPlugin.cpp.

OpenImageIOReaderProcessParams tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin::getProcessParams ( const OfxTime  time)
bool tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin::getRegionOfDefinition ( const OFX::RegionOfDefinitionArguments args,
OfxRectD rod 
) [virtual]

The get RoD action.

If the effect wants change the rod from the default value (which is the union of RoD's of all input clips) it should set the rod argument and return true.

This is all in cannonical coordinates.

Implements tuttle::plugin::ReaderPlugin.

Definition at line 37 of file OpenImageIOReaderPlugin.cpp.

References tuttle::plugin::ReaderPlugin::_clipDst, tuttle::plugin::ReaderPlugin::getAbsoluteFilenameAt(), OFX::Clip::getPixelAspectRatio(), OFX::RegionOfDefinitionArguments::time, OfxRectD::x1, OfxRectD::x2, OfxRectD::y1, and OfxRectD::y2.

Here is the call graph for this function:

void tuttle::plugin::openImageIO::reader::OpenImageIOReaderPlugin::render ( const OFX::RenderArguments args) [virtual]

The overridden render function.

Parameters:
[in]argsRendering parameters

Reimplemented from tuttle::plugin::ReaderPlugin.

Definition at line 191 of file OpenImageIOReaderPlugin.cpp.


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