19 #ifndef GEOS_OP_OVERLAY_EDGESETNODER_H
20 #define GEOS_OP_OVERLAY_EDGESETNODER_H
22 #include <geos/export.h>
32 class LineIntersector;
50 std::vector<geomgraph::Edge*>* inputEdges;
59 inputEdges(
new std::vector<geomgraph::Edge*>())
67 void addEdges(std::vector<geomgraph::Edge*>* edges);
68 std::vector<geomgraph::Edge*>* getNodedEdges();
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:49
Nodes a set of edges.
Definition: EdgeSetNoder.h:47
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26