|
TuttleOFX
1
|
#include "OfxhBinary.hpp"#include "OfxhMemory.hpp"#include "OfxhImageEffectNode.hpp"#include "OfxhPluginCache.hpp"#include "OfxhHost.hpp"#include "OfxhImageEffectPlugin.hpp"#include "OfxhPluginAPICache.hpp"#include "OfxhImageEffectPluginCache.hpp"#include "property/OfxhSet.hpp"#include "attribute/OfxhClip.hpp"#include "attribute/OfxhParam.hpp"#include <tuttle/host/Core.hpp>#include <tuttle/host/serialization.hpp>#include <ofxImageEffect.h>#include <string>#include <map>
Go to the source code of this file.
Namespaces | |
| namespace | tuttle |
global namespace of the project | |
| namespace | tuttle::host |
Library for host. | |
| namespace | tuttle::host::ofx |
OpenFX wrapping to communicate with C API. | |
| namespace | tuttle::host::ofx::imageEffect |