21#include <geos/export.h>
22#include <geos/geomgraph/NodeMap.h>
31struct CoordinateLessThen;
75 geomgraph::NodeMap::container& getNodeMap();
84 void insertEdgeEnds(std::vector<geomgraph::EdgeEnd*>* ee);
88 geomgraph::NodeMap* nodes;
A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:71
Implements the simple graph of Nodes and geomgraph::EdgeEnd which is all that is required to determin...
Definition: RelateNodeGraph.h:67
Basic namespace for all GEOS functionalities.
Definition: geos.h:39