PGROUTING
3.2
|
#include <vector>
#include <set>
#include <utility>
#include <map>
#include "cpp_common/pgr_base_graph.hpp"
#include "cpp_common/line_vertex.h"
Go to the source code of this file.
Classes | |
class | pgrouting::graph::Pgr_lineGraphFull< G, T_V, T_E > |
Namespaces | |
pgrouting | |
Book keeping class for swapping orders between vehicles. | |
pgrouting::graph | |
boost::graph simplified to pgRouting needs This class gives the handling basics of a boost::graph of kind G where G: can be an undirected graph or a directed graph. | |