22 #ifndef GEOS_OP_LINEMERGE_LINEMERGEGRAPH_H
23 #define GEOS_OP_LINEMERGE_LINEMERGEGRAPH_H
25 #include <geos/export.h>
26 #include <geos/planargraph/PlanarGraph.h>
32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
41 namespace planargraph {
66 std::vector<planargraph::Node*> newNodes;
68 std::vector<planargraph::Edge*> newEdges;
70 std::vector<planargraph::DirectedEdge*> newDirEdges;
94 #endif // GEOS_OP_LINEMERGE_LINEMERGEGRAPH_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Definition: LineString.h:71
A planar graph of edges that is analyzed to sew the edges together.
Definition: LineMergeGraph.h:60
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition: planargraph/Node.h:46
Represents a directed graph which is embeddable in a planar surface.
Definition: planargraph/PlanarGraph.h:61