TuttleOFX
1
|
#include "property/OfxhSet.hpp"
#include "OfxhBinary.hpp"
#include "OfxhMemory.hpp"
#include "OfxhPluginAPICache.hpp"
#include "OfxhPluginCache.hpp"
#include "OfxhHost.hpp"
#include "OfxhUtilities.hpp"
#include <ofxCore.h>
#include <ofxImageEffect.h>
#include <map>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::ofx |
OpenFX wrapping to communicate with C API. | |
Functions | |
std::string | tuttle::host::ofx::OFXGetEnv (const char *e) |
std::ostream & | tuttle::host::ofx::operator<< (std::ostream &os, const OfxhPluginCache &v) |