PGROUTING
3.2
|
#include "path_t.h"
Public Attributes | |
double | agg_cost |
double | cost |
int64_t | edge |
int64_t | node |
double Path_t::cost |
Definition at line 39 of file path_t.h.
Referenced by pgrouting::trsp::Pgr_trspHandler::construct_path(), pgrouting::trsp::Pgr_trspHandler::process_trsp(), Path::push_back(), and Path::push_front().
int64_t Path_t::edge |
Definition at line 38 of file path_t.h.
Referenced by pgrouting::trsp::Pgr_trspHandler::construct_path(), and pgrouting::trsp::Pgr_trspHandler::process_trsp().
int64_t Path_t::node |
Definition at line 37 of file path_t.h.
Referenced by pgrouting::trsp::Pgr_trspHandler::construct_path(), and pgrouting::trsp::Pgr_trspHandler::process_trsp().