TuttleOFX  1
tuttle::plugin::constant::ConstantPlugin Class Reference

#include <ConstantPlugin.hpp>

Inheritance diagram for tuttle::plugin::constant::ConstantPlugin:
Collaboration diagram for tuttle::plugin::constant::ConstantPlugin:

Public Member Functions

 ConstantPlugin (OfxImageEffectHandle handle)
void render (const OFX::RenderArguments &args)
 The overridden render function.
void getClipPreferences (OFX::ClipPreferencesSetter &clipPreferences)
 get the clip preferences

Data Fields

OFX::RGBAParam_color

Detailed Description

Definition at line 14 of file ConstantPlugin.hpp.


Constructor & Destructor Documentation

tuttle::plugin::constant::ConstantPlugin::ConstantPlugin ( OfxImageEffectHandle  handle)

Definition at line 11 of file ConstantPlugin.cpp.

References _color, OFX::ParamSet::fetchRGBAParam(), and tuttle::plugin::constant::kConstantColor.

Here is the call graph for this function:


Member Function Documentation

void tuttle::plugin::constant::ConstantPlugin::getClipPreferences ( OFX::ClipPreferencesSetter clipPreferences) [virtual]

get the clip preferences

Reimplemented from tuttle::plugin::GeneratorPlugin.

Definition at line 26 of file ConstantPlugin.cpp.

void tuttle::plugin::constant::ConstantPlugin::render ( const OFX::RenderArguments args) [virtual]

The overridden render function.

Parameters:
[in]argsRendering parameters

Reimplemented from tuttle::plugin::GeneratorPlugin.

Definition at line 21 of file ConstantPlugin.cpp.


Field Documentation


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