TuttleOFX  1
tuttle::plugin::bitDepth::BitDepthPlugin Class Reference

#include <BitDepthPlugin.hpp>

Inheritance diagram for tuttle::plugin::bitDepth::BitDepthPlugin:
Collaboration diagram for tuttle::plugin::bitDepth::BitDepthPlugin:

Public Member Functions

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

Data Fields

OFX::ChoiceParam_paramOutBitDepth
 Output bit depth.

Private Member Functions

template<class sview_t >
void setupDestView (const OFX::RenderArguments &args)
 Interpret source and then destination.

Detailed Description

Definition at line 14 of file BitDepthPlugin.hpp.


Constructor & Destructor Documentation

tuttle::plugin::bitDepth::BitDepthPlugin::BitDepthPlugin ( OfxImageEffectHandle  handle)

Definition at line 16 of file BitDepthPlugin.cpp.

References _paramOutBitDepth, OFX::ParamSet::fetchChoiceParam(), and tuttle::plugin::bitDepth::kParamOutputBitDepth.

Here is the call graph for this function:


Member Function Documentation

void tuttle::plugin::bitDepth::BitDepthPlugin::getClipPreferences ( OFX::ClipPreferencesSetter clipPreferences) [virtual]

get the clip preferences

Reimplemented from OFX::ImageEffect.

Definition at line 22 of file BitDepthPlugin.cpp.

References tuttle::plugin::ImageEffectGilPlugin::_clipDst, _paramOutBitDepth, OFX::ChoiceParam::getValue(), and OFX::ClipPreferencesSetter::setClipBitDepth().

Here is the call graph for this function:


Field Documentation


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