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

Predefined Vertex Base Class (Tpm_vertex_base)

Definition

The class Tpm_vertex_base is a base class for the vertex of the DCEL. The methods it defines return void* since the Halfedge and Face classes are not known to it. A casting will be done inside the DCEL.

#include <CGAL/Topological_map_bases.h>

Operations

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

const void* v.halfedge ()

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


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