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

Vertex (Dcel::Vertex)

Definition

A vertex v stores a reference to an incident halfedge that has v as its target.

Types

Dcel::Vertex::Vertex
self.


Dcel::Vertex::Halfedge
corresponding halfedge type.


Dcel::Vertex::Face
corresponding face type.

Operations

Halfedge* v.halfedge () an incident halfedge that has v as its target.

const Halfedge* v.halfedge ()

void v.set_halfedge ( Halfedge* h)
sets incident halfedge.


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