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);
89 RightmostEdgeFinder::getEdge()
96 RightmostEdgeFinder::getCoordinate()
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:42
A RightmostEdgeFinder find the geomgraph::DirectedEdge in a list which has the highest coordinate,...
Definition: RightmostEdgeFinder.h:46
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.
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25