PGROUTING
3.2
|
#include "cpp_common/basic_vertex.h"
#include <vector>
#include <algorithm>
#include <sstream>
#include <ostream>
#include "cpp_common/pgr_assert.h"
Go to the source code of this file.
Namespaces | |
pgrouting | |
Book keeping class for swapping orders between vehicles. | |
Functions | |
size_t | pgrouting::check_vertices (std::vector< Basic_vertex > vertices) |
std::vector< Basic_vertex > | pgrouting::extract_vertices (const pgr_edge_t *data_edges, size_t count) |
std::vector< Basic_vertex > | pgrouting::extract_vertices (const std::vector< Basic_vertex > &vertices, const pgr_edge_t *data_edges, size_t count) |
std::vector< Basic_vertex > | pgrouting::extract_vertices (const std::vector< pgr_edge_t > &data_edges) |
std::vector< Basic_vertex > | pgrouting::extract_vertices (std::vector< Basic_vertex > vertices, const std::vector< pgr_edge_t > data_edges) |
std::ostream & | pgrouting::operator<< (std::ostream &log, const Basic_vertex &v) |