![]() |
pgRouting
pgRouting extends the PostGIS / PostgreSQL geospatial database to provide geospatial routing functionality.
|
Public Attributes | |
int | cost |
int | id |
int | reverse_cost |
int | s_x |
int | s_y |
int | source |
int | t_x |
int | t_y |
int | target |
int edge_astar_columns::cost |
Definition at line 58 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::id |
Definition at line 55 of file bdastar.c.
Referenced by compute_shortest_path_astar(), fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::reverse_cost |
Definition at line 59 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::s_x |
Definition at line 60 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::s_y |
Definition at line 61 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::source |
Definition at line 56 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::t_x |
Definition at line 62 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::t_y |
Definition at line 63 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().
int edge_astar_columns::target |
Definition at line 57 of file bdastar.c.
Referenced by fetch_edge_astar(), and fetch_edge_astar_columns().