The default Halfedge_data_structure_polyhedron_default_3<R> implements all incidences supported by the Halfedge_data_structure concept. It chooses geometry types from the CGAL-kernel as determined with the representation class R. It stores a point of type Point_3<R> in each vertex and a plane equation of type Plane_3<R> in each facet.
#include <CGAL/Halfedge_data_structure_polyhedron_default_3.h>
The default halfedge data structure provided for polyhedra is a wrapper for
the class Halfedge_data_structure_using_list using the
Vertex_max_base<Point_3<R>>,
Halfedge_max_base and Polyhedron_facet_base_3
models, see Section to
and
.