TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/graph/ProcessGraph.hpp File Reference
#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>
Include dependency graph for ProcessGraph.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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.