2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00

Finalize BFS

[SVN r27547]
This commit is contained in:
Douglas Gregor
2005-03-03 20:40:06 +00:00
parent 961a7d09cc
commit d31c4b5a04
5 changed files with 51 additions and 137 deletions

View File

@@ -523,7 +523,10 @@ void export_basic_graph(const char* name)
::declare("vertex_string_map");
declare_property_map<vector_property_map<object, VertexIndexMap> >
::declare("vertex_object_map");
declare_property_map<vector_property_map<default_color_type,
VertexIndexMap> >
::declare("vertex_color_map");
// Edge property maps
declare_readable_property_map<EdgeIndexMap>
::declare("edge_index_map");
@@ -537,6 +540,8 @@ void export_basic_graph(const char* name)
::declare("edge_string_map");
declare_property_map<vector_property_map<object, EdgeIndexMap> >
::declare("edge_object_map");
declare_property_map<vector_property_map<default_color_type, EdgeIndexMap> >
::declare("edge_color_map");
}
} } } // end namespace boost::graph::python