TuttleOFX  1
OFX::FramesNeededSetter Class Reference

Class used to set the frames needed to render a single frame of a clip in OFX::ImageEffect::getFramesNeeded. More...

#include <ofxsImageEffect.h>

Public Member Functions

virtual void setFramesNeeded (const Clip &clip, const OfxRangeD &range)=0
 function to set the frames needed on a clip, the range is min <= time <= max
virtual ~FramesNeededSetter ()=0

Detailed Description

Class used to set the frames needed to render a single frame of a clip in OFX::ImageEffect::getFramesNeeded.

This is a base class, the actual class is private and you don't need to see the glue involved.

Definition at line 815 of file ofxsImageEffect.h.


Constructor & Destructor Documentation

OFX::FramesNeededSetter::~FramesNeededSetter ( ) [pure virtual]

Definition at line 58 of file ofxsImageEffect.cpp.


Member Function Documentation

virtual void OFX::FramesNeededSetter::setFramesNeeded ( const Clip clip,
const OfxRangeD range 
) [pure virtual]

function to set the frames needed on a clip, the range is min <= time <= max

Referenced by tuttle::plugin::nlmDenoiser::NLMDenoiserPlugin::getFramesNeeded(), and tuttle::plugin::timeShift::TimeShiftPlugin::getFramesNeeded().


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