TuttleOFX
1
|
Go to the source code of this file.
Data Structures | |
struct | tuttle::host::graph::detail::DotEntry< T > |
struct | tuttle::host::graph::detail::SubDotEntry< T > |
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::graph |
graph work | |
namespace | tuttle::host::graph::detail |
Functions | |
template<class T > | |
detail::DotEntry< T > | tuttle::host::graph::dotEntry (const std::string &key, const T &value) |
Use this function to force the correct syntax. os << dotEntry( "label", "fooNode"); output: [label="fooNode"]. | |
template<class T > | |
detail::SubDotEntry< T > | tuttle::host::graph::subDotEntry (const std::string &key, const T &value) |
template<typename Vertex , typename ProcessEdge , typename OutEdgeList , typename VertexList , typename EdgeList > | |
void | tuttle::host::graph::exportSimple (std::ostream &os, const InternalGraph< Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList > &g) |
template<typename Vertex , typename ProcessEdge , typename OutEdgeList , typename VertexList , typename EdgeList > | |
void | tuttle::host::graph::exportAsDOT (std::ostream &os, const InternalGraph< Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList > &g) |
template<typename Vertex , typename ProcessEdge , typename OutEdgeList , typename VertexList , typename EdgeList > | |
void | tuttle::host::graph::exportAsDOT (const std::string &filename, const InternalGraph< Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList > &g) |
template<typename Vertex , typename ProcessEdge , typename OutEdgeList , typename VertexList , typename EdgeList > | |
void | tuttle::host::graph::exportDebugAsDOT (std::ostream &os, const InternalGraph< Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList > &g) |
template<typename Vertex , typename ProcessEdge , typename OutEdgeList , typename VertexList , typename EdgeList > | |
void | tuttle::host::graph::exportDebugAsDOT (const std::string &filename, const InternalGraph< Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList > &g) |