21#include <geos/export.h>
23#include <geos/geom/Coordinate.h>
58 void findRightmostEdgeAtNode();
60 void findRightmostEdgeAtVertex();
84 void findEdge(std::vector<geomgraph::DirectedEdge*>* dirEdgeList);
89RightmostEdgeFinder::getEdge()
96RightmostEdgeFinder::getCoordinate()
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
A directed EdgeEnd.
Definition geomgraph/DirectedEdge.h:42
void findEdge(std::vector< geomgraph::DirectedEdge * > *dirEdgeList)
Note that only Forward DirectedEdges will be checked.
RightmostEdgeFinder()
A RightmostEdgeFinder finds the geomgraph::DirectedEdge with the rightmost coordinate.
Contains classes that implement topology graphs.
Definition Depth.h:31
Provides classes for various kinds of spatial indexes.
Definition DiscreteFrechetDistance.h:50
Provides classes for computing buffers of geometries.
Definition namespaces.h:182
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39