19 #ifndef GEOS_OP_RELATE_RELATENODEGRAPH_H
20 #define GEOS_OP_RELATE_RELATENODEGRAPH_H
22 #include <geos/export.h>
31 struct CoordinateLessThen;
86 void insertEdgeEnds(std::vector<geomgraph::EdgeEnd*> *ee);
90 geomgraph::NodeMap *nodes;
98 #endif // GEOS_OP_RELATE_RELATENODEGRAPH_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Strict weak ordering Functor for Coordinate.
Definition: Coordinate.h:127
Definition: GeometryGraph.h:72
Definition: geomgraph/Node.h:62
Implements the simple graph of Nodes and geomgraph::EdgeEnd which is all that is required to determin...
Definition: RelateNodeGraph.h:68