PGROUTING
3.2
|
#include <sstream>
#include <deque>
#include <vector>
#include "dijkstra/pgr_dijkstra.hpp"
#include "cpp_common/pgr_assert.h"
Go to the source code of this file.
Namespaces | |
pgRouting | |
Functions | |
template<class G > | |
void | pgRouting::pgr_dijkstraVia (G &graph, const std::vector< int64_t > &via_vertices, std::deque< Path > &paths, bool strict, bool U_turn_on_edge, std::ostringstream &log) |