PGROUTING
3.2
|
#include "dfs_visitor_with_root.hpp"
Public Member Functions | |
Dfs_visitor_with_root (V root, std::vector< E > &data) | |
template<typename B_G > | |
void | start_vertex (V v, const B_G &) |
template<typename B_G > | |
void | tree_edge (E e, const B_G &) |
Private Attributes | |
std::vector< E > & | m_data |
V | m_roots |
Definition at line 42 of file dfs_visitor_with_root.hpp.
|
inline |
Definition at line 44 of file dfs_visitor_with_root.hpp.
|
inline |
Definition at line 54 of file dfs_visitor_with_root.hpp.
References pgrouting::visitors::Dfs_visitor_with_root< V, E >::m_roots.
|
inline |
Definition at line 50 of file dfs_visitor_with_root.hpp.
References pgrouting::visitors::Dfs_visitor_with_root< V, E >::m_data.
|
private |
Definition at line 59 of file dfs_visitor_with_root.hpp.
Referenced by pgrouting::visitors::Dfs_visitor_with_root< V, E >::tree_edge().
|
private |
Definition at line 60 of file dfs_visitor_with_root.hpp.
Referenced by pgrouting::visitors::Dfs_visitor_with_root< V, E >::start_vertex().