Contains functions for working with graphio, a custom graph serialization format. More...
Go to the source code of this file.
Functions | |
| template<typename Graph , typename VertexIndexMap , typename EdgeIndexMap > | |
| void | pr_bgl::write_graphio_graph (std::ostream &out, const Graph &g, VertexIndexMap vertex_index_map, EdgeIndexMap edge_index_map) |
| Write a graph's structure to the custom graphio format. More... | |
| template<typename Graph , typename VertexIndexMap , typename EdgeIndexMap > | |
| void | pr_bgl::write_graphio_properties (std::ostream &out, const Graph &g, VertexIndexMap vertex_index_map, EdgeIndexMap edge_index_map, boost::dynamic_properties &properties) |
| Write a graph's properties to the custom graphio format. More... | |
Contains functions for working with graphio, a custom graph serialization format.
1.8.6
using