LEMUR Packages: ompl_lemur or_lemur pr_bgl prpy_lemur
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
Functions
graph_io.h File Reference

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

Detailed Description

Contains functions for working with graphio, a custom graph serialization format.

Author
Chris Dellin cdell.nosp@m.in@g.nosp@m.mail..nosp@m.com