|
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/foreach.hpp>#include <boost/algorithm/string.hpp>#include <iostream>#include <sstream>
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. | |
Functions | |
| std::ostream & | tuttle::host::operator<< (std::ostream &os, const Graph &g) |