21#include <geos/export.h>
28class IntersectionMatrix;
33class EdgeIntersection;
51 std::vector<geomgraph::EdgeEnd*> computeEdgeEnds(std::vector<geomgraph::Edge*>* edges);
52 void computeEdgeEnds(
geomgraph::Edge* edge, std::vector<geomgraph::EdgeEnd*>* l);
57 std::vector<geomgraph::EdgeEnd*>* l,
62 std::vector<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:47
Basic namespace for all GEOS functionalities.
Definition: geos.h:39