20 #ifndef GEOS_OP_RELATE_RELATENODEGRAPH_H
21 #define GEOS_OP_RELATE_RELATENODEGRAPH_H
23 #include <geos/export.h>
32 struct CoordinateLessThen;
80 void build(geomgraph::GeometryGraph *geomGraph);
82 void computeIntersectionNodes(geomgraph::GeometryGraph *geomGraph,
85 void copyNodesAndLabels(geomgraph::GeometryGraph *geomGraph,
int argIndex);
87 void insertEdgeEnds(std::vector<geomgraph::EdgeEnd*> *ee);
91 geomgraph::NodeMap *nodes;
99 #endif // GEOS_OP_RELATE_RELATENODEGRAPH_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Strict weak ordering Functor for Coordinate.
Definition: Coordinate.h:130
Implements the simple graph of Nodes and geomgraph::EdgeEnd which is all that is required to determin...
Definition: RelateNodeGraph.h:69