PGROUTING
3.2
|
#include "trsp.h"
Public Attributes | |
double | cost |
float8 | cost |
int64_t | edge_id |
int64 | edge_id |
int64_t | vertex_id |
int64 | vertex_id |
double path_element::cost |
Definition at line 55 of file trsp_types.h.
float8 path_element::cost |
Definition at line 59 of file trsp.h.
Referenced by _pgr_trsp(), GraphDefinition::construct_path(), and GraphDefinition::my_dijkstra3().
int64_t path_element::edge_id |
Definition at line 54 of file trsp_types.h.
int64 path_element::edge_id |
Definition at line 58 of file trsp.h.
Referenced by _pgr_trsp(), GraphDefinition::construct_path(), and GraphDefinition::my_dijkstra3().
int64_t path_element::vertex_id |
Definition at line 53 of file trsp_types.h.
int64 path_element::vertex_id |
Definition at line 57 of file trsp.h.
Referenced by _pgr_trsp(), GraphDefinition::construct_path(), GraphDefinition::get_single_cost(), and GraphDefinition::my_dijkstra3().