#include <Frame.hpp>
Public Member Functions |
virtual | ~IFrame ()=0 |
virtual bool | isEnabled () const =0 |
virtual OfxRectD | getFrame (const OfxTime time) const =0 |
Detailed Description
Definition at line 11 of file Frame.hpp.
Constructor & Destructor Documentation
tuttle::plugin::interact::IFrame::~IFrame |
( |
| ) |
[pure virtual] |
Member Function Documentation
virtual OfxRectD tuttle::plugin::interact::IFrame::getFrame |
( |
const OfxTime |
time | ) |
const [pure virtual] |
virtual bool tuttle::plugin::interact::IFrame::isEnabled |
( |
| ) |
const [pure virtual] |
The documentation for this struct was generated from the following files:
- TuttleOFX/libraries/tuttle/src/tuttle/plugin/interact/Frame.hpp
- TuttleOFX/libraries/tuttle/src/tuttle/plugin/interact/Frame.cpp