21#include <geos/triangulate/quadedge/QuadEdge.h>
22#include <geos/triangulate/quadedge/QuadEdgeLocator.h>
25namespace triangulate {
29class QuadEdgeSubdivision;
Locates QuadEdges in a QuadEdgeSubdivision, optimizing the search by starting in the locality of the ...
Definition: LastFoundQuadEdgeLocator.h:38
QuadEdge * locate(const Vertex &v) override
An interface for classes which locate an edge in a QuadEdgeSubdivision which either contains a given ...
Definition: QuadEdgeLocator.h:39
A class that contains the QuadEdges representing a planar subdivision that models a triangulation.
Definition: QuadEdgeSubdivision.h:83
A class that represents the edge data structure which implements the quadedge algebra.
Definition: QuadEdge.h:53
Models a site (node) in a QuadEdgeSubdivision.
Definition: Vertex.h:60
Basic namespace for all GEOS functionalities.
Definition: geos.h:39