 CGAL | |
  Segment_Delaunay_graph_2 | The class Segment_Delaunay_graph_2 represents the segment Delaunay graph (which is the dual graph of the 2D segment Voronoi diagram) |
  Segment_Delaunay_graph_filtered_traits_2 | The class Segment_Delaunay_graph_filtered_traits_2 provides a model for the SegmentDelaunayGraphTraits_2 concept |
  Segment_Delaunay_graph_filtered_traits_without_intersections_2 | The class Segment_Delaunay_graph_filtered_traits_without_intersections_2 provides a model for the SegmentDelaunayGraphTraits_2 concept |
  Segment_Delaunay_graph_hierarchy_2 | We provide an alternative to the class Segment_Delaunay_graph_2<Gt,DS> for the incremental construction of the segment Delaunay graph |
  Segment_Delaunay_graph_hierarchy_vertex_base_2 | The class Segment_Delaunay_graph_hierarchy_vertex_base_2 provides a model for the SegmentDelaunayGraphHierarchyVertexBase_2 concept, which is the vertex base required by the Segment_Delaunay_graph_hierarchy_2<Gt,DS> class |
  Segment_Delaunay_graph_site_2 | The class Segment_Delaunay_graph_site_2 is a model for the concept SegmentDelaunayGraphSite_2 |
  Segment_Delaunay_graph_storage_site_2 | The class Segment_Delaunay_graph_storage_site_2 is a model for the concept SegmentDelaunayGraphStorageSite_2 |
  Segment_Delaunay_graph_traits_2 | The class Segment_Delaunay_graph_traits_2 provides a model for the SegmentDelaunayGraphTraits_2 concept |
  Segment_Delaunay_graph_traits_without_intersections_2 | The class Segment_Delaunay_graph_traits_without_intersections_2 provides a model for the SegmentDelaunayGraphTraits_2 concept |
  Segment_Delaunay_graph_vertex_base_2 | The class Segment_Delaunay_graph_vertex_base_2 provides a model for the SegmentDelaunayGraphVertexBase_2 concept which is the vertex base required by the SegmentDelaunayGraphDataStructure_2 concept |
 SegmentDelaunayGraphDataStructure_2 | The concept SegmentDelaunayGraphDataStructure_2 refines the concept ApolloniusGraphDataStructure_2 . In addition it provides two methods for the merging of two vertices joined by an edge of the data structure, and the splitting of a vertex into two. The method that merges two vertices, called join_vertices() identifies the two vertices and deletes their common two faces. The method that splits a vertex, called split_vertex() introduces a new vertex that shares an edge and two faces with the old vertex (see figure below). Notice that the join_vertices() and split_vertex() operations are complementary, in the sense that one reverses the action of the other |
 SegmentDelaunayGraphHierarchyVertexBase_2 | The vertex of a segment Delaunay graph included in a segment Delaunay graph hierarchy has to provide some pointers to the corresponding vertices in the graphs of the next and preceeding levels. Therefore, the concept SegmentDelaunayGraphHierarchyVertexBase_2 refines the concept SegmentDelaunayGraphVertexBase_2 , by adding two vertex handles to the correponding vertices for the next and previous level graphs |
 SegmentDelaunayGraphSite_2 | The concept SegmentDelaunayGraphSite_2 provides the requirements for the sites of a segment Delaunay graph |
 SegmentDelaunayGraphStorageSite_2 | The concept SegmentDelaunayGraphStorageSite_2 provides the requirements for the storage sites of a segment Delaunay graph. The storage sites are sites that are used to store the information of a site in a more compact form (that uses less storage). This is achieved by storing handles to points instead of points |
 SegmentDelaunayGraphTraits_2 | The concept SegmentDelaunayGraphTraits_2 provides the traits requirements for the CGAL::Segment_Delaunay_graph_2<Gt,DS> and CGAL::Segment_Delaunay_graph_hierarchy_2<Gt,STag,DS> classes. In particular, it provides a type Site_2 , which must be a model of the concept SegmentDelaunayGraphSite_2 . It also provides constructions for sites and several function object types for the predicates |
 SegmentDelaunayGraphVertexBase_2 | The concept SegmentDelaunayGraphVertexBase_2 describes the requirements for the vertex base class of the SegmentDelaunayGraphDataStructure_2 concept. A vertex stores a site of the segment Delaunay graph and provides access to one of its incident faces through a Face_handle |