PGROUTING  3.2
pgr_dijkstraVia.hpp File Reference
#include <sstream>
#include <deque>
#include <vector>
#include "dijkstra/pgr_dijkstra.hpp"
#include "cpp_common/pgr_assert.h"
Include dependency graph for pgr_dijkstraVia.hpp:
This graph shows which files directly or indirectly include this file:

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)