PGROUTING
3.2
|
#include "general_path_element_t.h"
Public Attributes | |
double | agg_cost |
double | cost |
int64_t | edge |
int64_t | end_id |
int64_t | node |
int | seq |
int64_t | start_id |
Definition at line 37 of file general_path_element_t.h.
double General_path_element_t::agg_cost |
Definition at line 44 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_dagshortestpath(), _pgr_drivingdistance(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), _pgr_ksp(), _pgr_tsp(), _pgr_tspeuclidean(), _pgr_turnrestrictedpath(), _pgr_withpoints(), _pgr_withpointsdd(), _pgr_withpointsksp(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), do_pgr_edge_disjoint_paths(), do_pgr_euclideanTSP(), and do_pgr_tsp().
double General_path_element_t::cost |
Definition at line 43 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_dagshortestpath(), _pgr_drivingdistance(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), _pgr_ksp(), _pgr_tsp(), _pgr_tspeuclidean(), _pgr_turnrestrictedpath(), _pgr_withpoints(), _pgr_withpointsdd(), _pgr_withpointsksp(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), do_pgr_euclideanTSP(), and do_pgr_tsp().
int64_t General_path_element_t::edge |
Definition at line 42 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_dagshortestpath(), _pgr_drivingdistance(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), _pgr_ksp(), _pgr_turnrestrictedpath(), _pgr_withpoints(), _pgr_withpointsdd(), _pgr_withpointsksp(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), do_pgr_euclideanTSP(), and do_pgr_tsp().
int64_t General_path_element_t::end_id |
Definition at line 40 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), and _pgr_withpoints().
int64_t General_path_element_t::node |
Definition at line 41 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_dagshortestpath(), _pgr_drivingdistance(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), _pgr_ksp(), _pgr_tsp(), _pgr_tspeuclidean(), _pgr_turnrestrictedpath(), _pgr_withpoints(), _pgr_withpointsdd(), _pgr_withpointsksp(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), do_pgr_euclideanTSP(), and do_pgr_tsp().
int General_path_element_t::seq |
Definition at line 38 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_dagshortestpath(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), _pgr_ksp(), _pgr_turnrestrictedpath(), _pgr_withpoints(), _pgr_withpointsksp(), and pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath().
int64_t General_path_element_t::start_id |
Definition at line 39 of file general_path_element_t.h.
Referenced by _pgr_astar(), _pgr_bellmanford(), _pgr_bellmanfordneg(), _pgr_binarybreadthfirstsearch(), _pgr_drivingdistance(), _pgr_edgedisjointpaths(), _pgr_edwardmoore(), _pgr_ksp(), _pgr_turnrestrictedpath(), _pgr_withpoints(), _pgr_withpointsdd(), and _pgr_withpointsksp().