19 #ifndef GEOS_OP_RELATE_RELATENODEGRAPH_H 20 #define GEOS_OP_RELATE_RELATENODEGRAPH_H 22 #include <geos/export.h> 23 #include <geos/geomgraph/NodeMap.h> 32 struct CoordinateLessThen;
76 geomgraph::NodeMap::container& getNodeMap();
85 void insertEdgeEnds(std::vector<geomgraph::EdgeEnd*>* ee);
89 geomgraph::NodeMap* nodes;
97 #endif // GEOS_OP_RELATE_RELATENODEGRAPH_H A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:73
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Implements the simple graph of Nodes and geomgraph::EdgeEnd which is all that is required to determin...
Definition: RelateNodeGraph.h:68