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

Vertex of a Polyhedral Surface

Definition

A vertex optionally stores a point and a reference to an incident halfedge that points to the vertex. Type tags as defined in Polyhedron_3 indicate whether these member functions are supported. Figure  reference arrow depicts the relationship between a halfedge and its incident halfedges, vertices, and facets.

Types

Vertex defines the same types as Polyhedron_3 except the traits class.

Access Functions

Halfedge_handle v.halfedge () an incident halfedge pointing to v.
Point& v.point () the point.

Halfedge_around_vertex_circulator
v.vertex_begin () circulator of halfedges around the vertex (clockwise).


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