20 #ifndef GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H
21 #define GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H
23 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
60 void findRightmostEdgeAtNode();
62 void findRightmostEdgeAtVertex();
86 void findEdge(std::vector<geomgraph::DirectedEdge*>* dirEdgeList);
91 RightmostEdgeFinder::getEdge()
98 RightmostEdgeFinder::getCoordinate()
110 #endif // ndef GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:44
A RightmostEdgeFinder find the geomgraph::DirectedEdge in a list which has the highest coordinate...
Definition: RightmostEdgeFinder.h:48