PGROUTING
3.2
|
#include "routes_t.h"
Public Attributes | |
double | agg_cost |
double | cost |
int64_t | edge |
int64_t | end_vid |
int64_t | node |
int | path_id |
int | path_seq |
double | route_agg_cost |
int | route_id |
int64_t | start_vid |
Definition at line 37 of file routes_t.h.
double Routes_t::agg_cost |
Definition at line 46 of file routes_t.h.
double Routes_t::cost |
Definition at line 45 of file routes_t.h.
int64_t Routes_t::edge |
Definition at line 44 of file routes_t.h.
int64_t Routes_t::end_vid |
Definition at line 42 of file routes_t.h.
int64_t Routes_t::node |
Definition at line 43 of file routes_t.h.
int Routes_t::path_id |
Definition at line 39 of file routes_t.h.
int Routes_t::path_seq |
Definition at line 40 of file routes_t.h.
double Routes_t::route_agg_cost |
Definition at line 47 of file routes_t.h.
int Routes_t::route_id |
Definition at line 38 of file routes_t.h.
int64_t Routes_t::start_vid |
Definition at line 41 of file routes_t.h.