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>
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
LineMergeDirectedEdge(planargraph::Node *from, planargraph::Node *to, const geom::Coordinate &directionPt, bool edgeDirection)
LineMergeDirectedEdge * getNext()
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
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes to implement a planar graph data structure.
Definition LineMergeDirectedEdge.h:32
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25