CGAL 5.4 - 2D Segment Delaunay Graphs
CGAL::Segment_Delaunay_graph_face_base_2< Gt, Fb > Class Template Reference

#include <CGAL/Segment_Delaunay_graph_face_base_2.h>

Definition

Is Model Of:
SegmentDelaunayGraphFaceBase_2

The class Segment_Delaunay_graph_face_base_2 provides a model for the SegmentDelaunayGraphFaceBase_2 concept which is the face base required by the SegmentDelaunayGraphDataStructure_2 concept.

Template Parameters
Gtmust be a model of the concept SegmentDelaunayGraphTraits_2. This type must be identical to the template parameter used for CGAL::Segment_Delaunay_graph_2.
Fbis a face base class from which Segment_Delaunay_graph_face_base_2 derives. It must be a model of the TriangulationFaceBase_2 concept. It has the default value CGAL::Triangulation_face_base_2<Gt>.