|
TuttleOFX
1
|
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 |
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.
| OFX::FramesNeededSetter::~FramesNeededSetter | ( | ) | [pure virtual] |
Definition at line 58 of file ofxsImageEffect.cpp.
| 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().