34 #ifndef GRAPH_GRAPH_GWRITER_H 35 #define GRAPH_GRAPH_GWRITER_H 43 #include <soma-io/writer/awriter.h> 73 const HelperSet& helpers = HelperSet());
76 const HelperSet& helpers = HelperSet());
90 virtual void write(
const Graph& graph);
104 virtual void write(
const Vertex& vertex);
109 virtual void write(
const Edge& edge);
137 std::map<const Vertex*, int> _serializer;
The base class for graphs.
The abstract base class for all types of edges; edges are created and managed by Graphs.
To write a Graph to a file.
std::map< std::string, Syntax > SyntaxSet
GRAPH_API GraphWriter & operator<<(GraphWriter &writer, const Graph &graph)
Save a graph to a file using a GraphWriter.
Vertices are created and managed by Graphs.