PGROUTING
3.2
|
#include <vector>
#include <map>
#include <set>
#include <iosfwd>
#include "c_types/pgr_edge_xy_t.h"
#include "cpp_common/pgr_messages.h"
#include "cpp_common/pgr_base_graph.hpp"
#include "cpp_common/bline.hpp"
Go to the source code of this file.
Classes | |
class | pgrouting::alphashape::Pgr_alphaShape |
struct | pgrouting::alphashape::Pgr_alphaShape::EdgesFilter |
Namespaces | |
pgrouting | |
Book keeping class for swapping orders between vehicles. | |
pgrouting::alphashape | |
Typedefs | |
using | pgrouting::alphashape::BG = boost::adjacency_list< boost::setS, boost::vecS, boost::undirectedS, XY_vertex, Basic_edge > |
using | pgrouting::alphashape::E = boost::graph_traits< BG >::edge_descriptor |
using | pgrouting::alphashape::G = graph::Pgr_base_graph< BG, XY_vertex, Basic_edge > |
using | pgrouting::alphashape::Triangle = std::set< E > |
using | pgrouting::alphashape::V = boost::graph_traits< BG >::vertex_descriptor |