PGROUTING
3.2
|
#include "cpp_common/basePath_SSEC.hpp"
#include <cmath>
#include <limits>
#include <deque>
#include <iostream>
#include <algorithm>
#include <utility>
#include "c_types/general_path_element_t.h"
#include "cpp_common/pgr_assert.h"
Go to the source code of this file.
Functions | |
size_t | collapse_paths (General_path_element_t **ret_path, const std::deque< Path > &paths) |
size_t | count_tuples (const std::deque< Path > &paths) |
void | equi_cost (std::deque< Path > &paths) |
std::ostream & | operator<< (std::ostream &log, const Path &path) |
size_t collapse_paths | ( | General_path_element_t ** | ret_path, |
const std::deque< Path > & | paths | ||
) |
Definition at line 310 of file basePath_SSEC.cpp.
Referenced by do_pgr_astarManyToMany(), do_pgr_bdAstar(), do_pgr_bdDijkstra(), do_pgr_bellman_ford(), do_pgr_bellman_ford_neg(), do_pgr_binaryBreadthFirstSearch(), do_pgr_combinations_dijkstra(), do_pgr_dagShortestPath(), do_pgr_driving_many_to_dist(), do_pgr_edwardMoore(), do_pgr_many_to_many_dijkstra(), do_pgr_many_withPointsDD(), do_pgr_withPoints(), and do_trsp().
size_t count_tuples | ( | const std::deque< Path > & | paths | ) |
Definition at line 387 of file basePath_SSEC.cpp.
Referenced by do_pgr_astarManyToMany(), do_pgr_bdAstar(), do_pgr_bdDijkstra(), do_pgr_bellman_ford(), do_pgr_bellman_ford_neg(), do_pgr_binaryBreadthFirstSearch(), do_pgr_combinations_dijkstra(), do_pgr_dagShortestPath(), do_pgr_dijkstraVia(), do_pgr_driving_many_to_dist(), do_pgr_edwardMoore(), do_pgr_ksp(), do_pgr_many_to_many_dijkstra(), do_pgr_many_withPointsDD(), do_pgr_turnRestrictedPath(), do_pgr_withPoints(), do_pgr_withPointsKsp(), and do_trsp().
void equi_cost | ( | std::deque< Path > & | paths | ) |
Definition at line 336 of file basePath_SSEC.cpp.
std::ostream& operator<< | ( | std::ostream & | log, |
const Path & | path | ||
) |