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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user