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()
109 #endif // ndef GEOS_OP_BUFFER_RIGHTMOSTEDGEFINDER_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:45
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A RightmostEdgeFinder find the geomgraph::DirectedEdge in a list which has the highest coordinate,...
Definition: RightmostEdgeFinder.h:47