|
CGAL 6.1.3 - L Infinity Segment Delaunay Graphs
|
#include <CGAL/Segment_Delaunay_graph_Linf_2.h>
Inherited by CGAL::Segment_Delaunay_graph_Linf_hierarchy_2< Gt, STag, DS >.
The class Segment_Delaunay_graph_Linf_2 represents the segment Delaunay graph under the \( L_{\infty} \) metric (which is the dual graph of the 2D segment Voronoi diagram under the \( L_{\infty} \) metric).
This class is derived from class CGAL::Segment_Delaunay_graph_2<Gt,DS>. Currently, deletion of sites is not supported.
| Gt | is the geometric traits which must be a model of SegmentDelaunayGraphLinfTraits_2 |
| DS | is the segment Delaunay graph data structure which must be a model of SegmentDelaunayGraphDataStructure_2. DS defaults to CGAL::Triangulation_data_structure_2< CGAL::Segment_Delaunay_graph_vertex_base_2<Gt>, CGAL::Triangulation_face_base_2<Gt> >. |
DelaunayGraph_2