21#include <geos/export.h>
49 std::vector<geomgraph::Edge*>* inputEdges;
58 inputEdges(
new std::vector<geomgraph::Edge*>())
66 void addEdges(std::vector<geomgraph::Edge*>* edges);
67 std::vector<geomgraph::Edge*>* getNodedEdges();
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:50
Nodes a set of edges.
Definition: EdgeSetNoder.h:46
Basic namespace for all GEOS functionalities.
Definition: geos.h:39