PGROUTING
3.2
|
Functions | |
template<class G > | |
void | 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) |
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 | ||
) |
Definition at line 45 of file pgr_dijkstraVia.hpp.
References Path::empty(), pgr_dijkstra(), and Path::size().
Referenced by do_pgr_dijkstraVia().