|
|
Type | pgRouting |
UndirectedGraph | Basic undirected graph |
DirectedGraph | Basic directed graph |
xyUndirectedGraph | X & Y values stored on the vertex |
xyDirectedGraph | X & Y values stored on the vertex |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, Basic_vertex, Basic_edge >, Basic_vertex, Basic_edge > | pgrouting::DirectedGraph |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS, Basic_vertex, Basic_edge >, Basic_vertex, Basic_edge > | pgrouting::UndirectedGraph |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::listS, boost::vecS, boost::bidirectionalS, XY_vertex, Basic_edge >, XY_vertex, Basic_edge > | pgrouting::xyDirectedGraph |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::listS, boost::vecS, boost::undirectedS, XY_vertex, Basic_edge >, XY_vertex, Basic_edge > | pgrouting::xyUndirectedGraph |
|
|
Type | pgRouting |
UndirectedGraph | Basic undirected graph |
DirectedGraph | Basic directed graph |
xyUndirectedGraph | X & Y values stored on the vertex |
xyDirectedGraph | X & Y values stored on the vertex |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS, Basic_vertex, Basic_edge >, Basic_vertex, Basic_edge > | pgrouting::UndirectedGraph |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, Basic_vertex, Basic_edge >, Basic_vertex, Basic_edge > | pgrouting::DirectedGraph |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::listS, boost::vecS, boost::undirectedS, XY_vertex, Basic_edge >, XY_vertex, Basic_edge > | pgrouting::xyUndirectedGraph |
|
typedef graph::Pgr_base_graph< boost::adjacency_list< boost::listS, boost::vecS, boost::bidirectionalS, XY_vertex, Basic_edge >, XY_vertex, Basic_edge > | pgrouting::xyDirectedGraph |
|