19 #ifndef GEOS_TRIANGULATE_INCREMENTALDELAUNAYTRIANGULATOR_H 20 #define GEOS_TRIANGULATE_INCREMENTALDELAUNAYTRIANGULATOR_H 24 #include <geos/triangulate/quadedge/Vertex.h> 28 namespace triangulate {
32 class QuadEdgeSubdivision;
45 bool isUsingTolerance;
57 typedef std::vector<quadedge::Vertex> VertexList;
70 void insertSites(
const VertexList& vertices);
86 #endif //GEOS_TRIANGULATE_QUADEDGE_INCREMENTALDELAUNAYTRIANGULATOR_H Models a site (node) in a QuadEdgeSubdivision.
Definition: Vertex.h:59
A class that contains the QuadEdges representing a planar subdivision that models a triangulation.
Definition: QuadEdgeSubdivision.h:78
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A class that represents the edge data structure which implements the quadedge algebra.
Definition: QuadEdge.h:51
Definition: IncrementalDelaunayTriangulator.h:42