PGROUTING
3.2
|
#include "edges_order_dfs_visitor.hpp"
Public Member Functions | |
Edges_order_dfs_visitor (std::vector< E > &data) | |
template<typename B_G > | |
void | tree_edge (E e, const B_G &) |
Private Attributes | |
std::vector< E > & | m_data |
Definition at line 42 of file edges_order_dfs_visitor.hpp.
|
inlineexplicit |
Definition at line 44 of file edges_order_dfs_visitor.hpp.
|
inline |
Definition at line 48 of file edges_order_dfs_visitor.hpp.
References pgrouting::visitors::Edges_order_dfs_visitor< E >::m_data.
|
private |
Definition at line 52 of file edges_order_dfs_visitor.hpp.
Referenced by pgrouting::visitors::Edges_order_dfs_visitor< E >::tree_edge().