PGROUTING  3.2
linear_directed_graph.h File Reference
#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
#include "cpp_common/basic_edge.h"
#include "cpp_common/line_vertex.h"
Include dependency graph for linear_directed_graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pgrouting
 Book keeping class for swapping orders between vehicles.
 

Typedefs

typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, Line_vertex, Basic_edge > pgrouting::LinearDirectedGraph
 Data type to handle graph -> lineGaph transformation. More...