TuttleOFX
1
|
#include "OfxhPropertyTemplate.hpp"
#include "OfxhGetHook.hpp"
#include "OfxhNotifyHook.hpp"
#include <tuttle/host/ofx/OfxhCore.hpp>
#include <tuttle/host/serialization.hpp>
#include <ofxCore.h>
#include <ofxImageEffect.h>
#include <boost/serialization/string.hpp>
#include <boost/serialization/vector.hpp>
#include <iostream>
#include <cstring>
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::property |
Functions | |
int | tuttle::host::ofx::property::castToAPIType (int i) |
void * | tuttle::host::ofx::property::castToAPIType (void *v) |
double | tuttle::host::ofx::property::castToAPIType (double d) |
const char * | tuttle::host::ofx::property::castToAPIType (const std::string &s) |