PGROUTING  3.2
pgr_alphaShape.h File Reference
#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"
Include dependency graph for pgr_alphaShape.h:
This graph shows which files directly or indirectly include this file:

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