TuttleOFX
1
|
#include "ProcessVertex.hpp"
#include "ProcessVertexAtTime.hpp"
#include "ProcessEdge.hpp"
#include "ProcessEdgeAtTime.hpp"
#include "InternalGraph.hpp"
#include <tuttle/host/Graph.hpp>
#include <tuttle/host/NodeHashContainer.hpp>
#include <string>
Go to the source code of this file.
Data Structures | |
class | tuttle::host::graph::ProcessGraph |
Created from a user Graph, this class allows you to launch the process. More... | |
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::graph |
graph work | |
Defines | |
#define | PROCESSGRAPH_USE_LINK |
If there is a define PROCESSGRAPH_USE_LINK, we don't create a copy of all nodes and The ProcessGraph only contains link to the node in the original Graph. |
#define PROCESSGRAPH_USE_LINK |
If there is a define PROCESSGRAPH_USE_LINK, we don't create a copy of all nodes and The ProcessGraph only contains link to the node in the original Graph.
Definition at line 20 of file ProcessGraph.hpp.