19 #ifndef GEOS_OP_LINEMERGE_LINEMERGEDIRECTEDEDGE_H
20 #define GEOS_OP_LINEMERGE_LINEMERGEDIRECTEDEDGE_H
22 #include <geos/export.h>
24 #include <geos/planargraph/DirectedEdge.h>
32 namespace planargraph {
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
A DirectedEdge of a LineMergeGraph.
Definition: LineMergeDirectedEdge.h:47
LineMergeDirectedEdge(planargraph::Node *from, planargraph::Node *to, const geom::Coordinate &directionPt, bool edgeDirection)
Constructs a LineMergeDirectedEdge connecting the from node to the to node.
LineMergeDirectedEdge * getNext()
Returns the directed edge that starts at this directed edge's end point, or null if there are zero or...
Represents a directed edge in a PlanarGraph.
Definition: planargraph/DirectedEdge.h:46
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition: planargraph/Node.h:45
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26