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;
55 inputEdges(
new std::vector<geomgraph::Edge*>())
62 void addEdges(std::vector<geomgraph::Edge*> *edges);
63 std::vector<geomgraph::Edge*>* getNodedEdges();
71 #endif // ndef GEOS_OP_OVERLAY_EDGESETNODER_H