|
TuttleOFX
1
|
#include "HostDescriptor.hpp"#include "ImageEffectNode.hpp"#include "attribute/ClipImage.hpp"#include <tuttle/host/ofx/OfxhBinary.hpp>#include <tuttle/host/ofx/OfxhMemory.hpp>#include <tuttle/host/ofx/OfxhImageEffectNode.hpp>#include <tuttle/host/ofx/OfxhPluginAPICache.hpp>#include <tuttle/host/ofx/OfxhPluginCache.hpp>#include <tuttle/host/ofx/OfxhHost.hpp>#include <tuttle/host/ofx/OfxhImageEffectPlugin.hpp>#include <tuttle/host/ofx/property/OfxhSet.hpp>#include <tuttle/host/ofx/attribute/OfxhClip.hpp>#include <tuttle/host/ofx/attribute/OfxhParam.hpp>#include <ofxCore.h>#include <ofxImageEffect.h>#include <iostream>#include <fstream>#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | tuttle |
global namespace of the project | |
| namespace | tuttle::host |
Library for host. | |
Defines | |
| #define | kHostPropNameEnvVar "TUTTLE_OVERRIDE_HOST_OFXPROPNAME" |
| #define kHostPropNameEnvVar "TUTTLE_OVERRIDE_HOST_OFXPROPNAME" |
environment variable to override the host kOfxPropName This is useful if the plugin defines specific behavior depending on the host
Definition at line 27 of file HostDescriptor.cpp.
Referenced by tuttle::host::Host::Host().