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,
72 #endif // GEOS_OP_RELATE_EDGEENDBUILDER_H Computes the geomgraph::EdgeEnd objects which arise from a noded geomgraph::Edge.
Definition: EdgeEndBuilder.h:48
Definition: EdgeIntersection.h:45
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: geomgraph/Edge.h:66