TuttleOFX
1
|
#include <Frame.hpp>
Public Member Functions | |
FrameClip (const OFX::Clip *clip) | |
bool | isEnabled () const |
OfxRectD | getFrame (const OfxTime time) const |
Data Fields | |
const OFX::Clip & | _clip |
tuttle::plugin::interact::FrameClip::FrameClip | ( | const OFX::Clip * | clip | ) | [inline] |
OfxRectD tuttle::plugin::interact::FrameClip::getFrame | ( | const OfxTime | time | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IFrame.
Definition at line 30 of file Frame.hpp.
References _clip.
bool tuttle::plugin::interact::FrameClip::isEnabled | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IFrame.
Definition at line 25 of file Frame.hpp.
References _clip.
const OFX::Clip& tuttle::plugin::interact::FrameClip::_clip |
Definition at line 20 of file Frame.hpp.
Referenced by getFrame(), and isEnabled().