19 #ifndef GEOS_OP_RELATE_EDGEENDBUILDER_H
20 #define GEOS_OP_RELATE_EDGEENDBUILDER_H
22 #include <geos/export.h>
29 class IntersectionMatrix;
34 class EdgeIntersection;
52 std::vector<geomgraph::EdgeEnd*> computeEdgeEnds(std::vector<geomgraph::Edge*>* edges);
53 void computeEdgeEnds(
geomgraph::Edge* edge, std::vector<geomgraph::EdgeEnd*>* l);
58 std::vector<geomgraph::EdgeEnd*>* l,
63 std::vector<geomgraph::EdgeEnd*>* l,
Represents a point on an edge which intersects with another edge.
Definition: EdgeIntersection.h:45
Definition: geomgraph/Edge.h:66
Computes the geomgraph::EdgeEnd objects which arise from a noded geomgraph::Edge.
Definition: EdgeEndBuilder.h:48
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26