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, OFX::Clip::getCanonicalRod(), and OFX::Clip::isConnected().
bool tuttle::plugin::interact::FrameClip::isEnabled | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IFrame.
Definition at line 25 of file Frame.hpp.
References _clip, and OFX::Clip::isConnected().
Definition at line 20 of file Frame.hpp.
Referenced by getFrame(), and isEnabled().