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:61
A class that contains the QuadEdges representing a planar subdivision that models a triangulation...
Definition: QuadEdgeSubdivision.h:81
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
A class that represents the edge data structure which implements the quadedge algebra.
Definition: QuadEdge.h:54
Computes a Delauanay Triangulation of a set of quadedge::Vertexes, using an incrementatal insertion a...
Definition: IncrementalDelaunayTriangulator.h:42