21#include <geos/export.h>
29class IntersectionMatrix;
34class EdgeIntersection;
52 std::vector<std::unique_ptr<geomgraph::EdgeEnd>> computeEdgeEnds(std::vector<geomgraph::Edge*>* edges);
53 void computeEdgeEnds(
geomgraph::Edge* edge, std::vector<std::unique_ptr<geomgraph::EdgeEnd>>& l);
58 std::vector<std::unique_ptr<geomgraph::EdgeEnd>>& l,
63 std::vector<std::unique_ptr<geomgraph::EdgeEnd>>& l,
Represents a point on an edge which intersects with another edge.
Definition EdgeIntersection.h:42
Definition geomgraph/Edge.h:63
Computes the geomgraph::EdgeEnd objects which arise from a noded geomgraph::Edge.
Definition EdgeEndBuilder.h:48
Basic namespace for all GEOS functionalities.
Definition geos.h:39