19 #ifndef GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H
20 #define GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H
22 #include <geos/export.h>
24 #include <geos/geom/Coordinate.h>
59 void findRightmostEdgeAtNode();
61 void findRightmostEdgeAtVertex();
85 void findEdge(std::vector<geomgraph::DirectedEdge*>* dirEdgeList);
90 RightmostEdgeFinder::getEdge()
97 RightmostEdgeFinder::getCoordinate()
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:45
A RightmostEdgeFinder find the geomgraph::DirectedEdge in a list which has the highest coordinate,...
Definition: RightmostEdgeFinder.h:47
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: IndexedNestedRingTester.h:26