PGROUTING
3.2
|
#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
#include "cpp_common/basic_edge.h"
#include "cpp_common/line_vertex.h"
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... | |