20 #ifndef GEOS_OP_OVERLAY_EDGESETNODER_H
21 #define GEOS_OP_OVERLAY_EDGESETNODER_H
23 #include <geos/export.h>
33 class LineIntersector;
51 std::vector<geomgraph::Edge*>* inputEdges;
56 inputEdges(
new std::vector<geomgraph::Edge*>())
63 void addEdges(std::vector<geomgraph::Edge*> *edges);
64 std::vector<geomgraph::Edge*>* getNodedEdges();
72 #endif // ndef GEOS_OP_OVERLAY_EDGESETNODER_H