TuttleOFX
1
|
#include "Graph.hpp"
#include "Node.hpp"
#include "graph/ProcessGraph.hpp"
#include <tuttle/host/ofx/OfxhImageEffectPlugin.hpp>
#include <tuttle/host/ofx/OfxhImageEffectNode.hpp>
#include <tuttle/host/ofx/attribute/OfxhClipImage.hpp>
#include <tuttle/host/graph/GraphExporter.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/exception/all.hpp>
#include <boost/foreach.hpp>
#include <boost/algorithm/string.hpp>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
Functions | |
std::ostream & | tuttle::host::operator<< (std::ostream &os, const Graph &g) |