TuttleOFX
1
|
Jpeg2000 plugin. More...
#include <Jpeg2000WriterPlugin.hpp>
Public Member Functions | |
Jpeg2000WriterPlugin (OfxImageEffectHandle handle) | |
Jpeg2000ProcessParams | getProcessParams (const OfxTime time) |
void | changedParam (const OFX::InstanceChangedArgs &args, const std::string ¶mName) |
called when a param has just had its value changed | |
void | render (const OFX::RenderArguments &args) |
The overridden render function. | |
Protected Attributes | |
OFX::ChoiceParam * | _paramCineProfil |
OFX::BooleanParam * | _paramLossless |
Jpeg2000 plugin.
Definition at line 23 of file Jpeg2000WriterPlugin.hpp.
tuttle::plugin::jpeg2000::writer::Jpeg2000WriterPlugin::Jpeg2000WriterPlugin | ( | OfxImageEffectHandle | handle | ) |
Definition at line 26 of file Jpeg2000WriterPlugin.cpp.
References _paramCineProfil, _paramLossless, OFX::ParamSet::fetchBooleanParam(), OFX::ParamSet::fetchChoiceParam(), tuttle::plugin::jpeg2000::writer::kParamCinemaProfil, and tuttle::plugin::jpeg2000::writer::kParamLossless.
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterPlugin::changedParam | ( | const OFX::InstanceChangedArgs & | args, |
const std::string & | paramName | ||
) | [virtual] |
called when a param has just had its value changed
Reimplemented from tuttle::plugin::WriterPlugin.
Definition at line 44 of file Jpeg2000WriterPlugin.cpp.
References tuttle::plugin::WriterPlugin::_paramBitDepth, _paramCineProfil, _paramLossless, OFX::eChangeUserEdit, OFX::ChoiceParam::getValue(), tuttle::plugin::jpeg2000::writer::kParamCinemaProfil, OFX::InstanceChangedArgs::reason, OFX::Param::setEnabled(), and OFX::ChoiceParam::setValue().
Jpeg2000ProcessParams tuttle::plugin::jpeg2000::writer::Jpeg2000WriterPlugin::getProcessParams | ( | const OfxTime | time | ) |
Definition at line 33 of file Jpeg2000WriterPlugin.cpp.
References tuttle::plugin::jpeg2000::writer::Jpeg2000ProcessParams::_bitDepth, tuttle::plugin::jpeg2000::writer::Jpeg2000ProcessParams::_cineProfil, tuttle::plugin::jpeg2000::writer::Jpeg2000ProcessParams::_filepath, tuttle::plugin::jpeg2000::writer::Jpeg2000ProcessParams::_lossless, tuttle::plugin::WriterPlugin::_paramBitDepth, _paramCineProfil, _paramLossless, tuttle::plugin::WriterPlugin::getAbsoluteFilenameAt(), OFX::ChoiceParam::getValue(), and OFX::BooleanParam::getValue().
void tuttle::plugin::jpeg2000::writer::Jpeg2000WriterPlugin::render | ( | const OFX::RenderArguments & | args | ) | [virtual] |
The overridden render function.
[in] | args | Rendering parameters |
Reimplemented from tuttle::plugin::WriterPlugin.
Definition at line 68 of file Jpeg2000WriterPlugin.cpp.
OFX::ChoiceParam* tuttle::plugin::jpeg2000::writer::Jpeg2000WriterPlugin::_paramCineProfil [protected] |
Definition at line 36 of file Jpeg2000WriterPlugin.hpp.
Referenced by changedParam(), getProcessParams(), and Jpeg2000WriterPlugin().
OFX::BooleanParam* tuttle::plugin::jpeg2000::writer::Jpeg2000WriterPlugin::_paramLossless [protected] |
Definition at line 37 of file Jpeg2000WriterPlugin.hpp.
Referenced by changedParam(), getProcessParams(), and Jpeg2000WriterPlugin().