TuttleOFX  1
tuttle::plugin::png::writer::PngWriterPlugin Class Reference

Png writer. More...

#include <PngWriterPlugin.hpp>

Inheritance diagram for tuttle::plugin::png::writer::PngWriterPlugin:
Collaboration diagram for tuttle::plugin::png::writer::PngWriterPlugin:

Public Member Functions

 PngWriterPlugin (OfxImageEffectHandle handle)
PngWriterProcessParams getProcessParams (const OfxTime time)
void render (const OFX::RenderArguments &args)
 The overridden render function.

Data Fields

OFX::ChoiceParam_paramOutputComponents
 Choose components RGBA or RGB.

Detailed Description

Png writer.

Definition at line 22 of file PngWriterPlugin.hpp.


Constructor & Destructor Documentation

tuttle::plugin::png::writer::PngWriterPlugin::PngWriterPlugin ( OfxImageEffectHandle  handle)

Definition at line 15 of file PngWriterPlugin.cpp.

References _paramOutputComponents, OFX::ParamSet::fetchChoiceParam(), and tuttle::plugin::kTuttlePluginChannel.

Here is the call graph for this function:


Member Function Documentation

void tuttle::plugin::png::writer::PngWriterPlugin::render ( const OFX::RenderArguments args) [virtual]

The overridden render function.

Parameters:
[in]argsRendering parameters

Reimplemented from tuttle::plugin::WriterPlugin.

Definition at line 36 of file PngWriterPlugin.cpp.


Field Documentation


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