PGROUTING  3.2
basic_vertex.h File Reference
#include <vector>
#include <ostream>
#include "c_types/pgr_edge_t.h"
Include dependency graph for basic_vertex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pgrouting::Basic_vertex
 

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< pgr_edge_t > &data_edges)
 
std::vector< Basic_vertex > pgrouting::extract_vertices (std::vector< Basic_vertex > vertices, const pgr_edge_t *data_edges, size_t count)
 
std::vector< Basic_vertex > pgrouting::extract_vertices (std::vector< Basic_vertex > vertices, const std::vector< pgr_edge_t > data_edges)