|
PGROUTING
3.2
|
Go to the documentation of this file.
28 #ifndef INCLUDE_VISITORS_DFS_VISITOR_WITH_ROOT_HPP_
29 #define INCLUDE_VISITORS_DFS_VISITOR_WITH_ROOT_HPP_
32 #include <boost/graph/depth_first_search.hpp>
41 template <
typename V,
typename E>
46 std::vector<E> &data) :
49 template <
typename B_G>
53 template <
typename B_G>
67 #endif // INCLUDE_VISITORS_DFS_VISITOR_WITH_ROOT_HPP_
Dfs_visitor_with_root(V root, std::vector< E > &data)
void start_vertex(V v, const B_G &)
std::vector< E > & m_data
boost::graph_traits< BG >::edge_descriptor E
void tree_edge(E e, const B_G &)
exception for visitor termination
boost::graph_traits< BG >::vertex_descriptor V
Book keeping class for swapping orders between vehicles.