18 #include <geos/edgegraph/HalfEdge.h>
20 #include <geos/export.h>
35 #undef EDGEGRAPH_HEAPHACK
62 std::deque<HalfEdge> edges;
63 std::map<geom::Coordinate, HalfEdge*> vertexMap;
120 void getVertexEdges(std::vector<const HalfEdge*>& edgesOut);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
EdgeGraph()
Definition: EdgeGraph.h:95
Definition: HalfEdge.h:63
Definition: EdgeGraph.h:58