Navigation: Up, Table of Contents, Bibliography, Index, Title Page

The Default Halfedge Data Structure for Polyhedra

Definition

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>

Implementation

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 reference to reference and reference.


Next: Class declaration of Polyhedron_incremental_builder_3<HDS>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.