31.01.2014 Views

Version 5.0 The LEDA User Manual

Version 5.0 The LEDA User Manual

Version 5.0 The LEDA User Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

void triangulation map(graph& G, int n)<br />

as above, but only the map is returned.<br />

void<br />

random planar map(graph& G, node array& xcoord,<br />

node array& ycoord, int n, int m)<br />

chooses n random points in the unit square and computes<br />

their triangulation as a plane map in G. It then<br />

keeps all but m uedges. <strong>The</strong> coordinates of node v are<br />

returned as xcoord[v] and ycoord[v].<br />

void<br />

triangulation graph(graph& G, node array& xcoord,<br />

node array& ycoord, int n)<br />

calls triangulation map and keeps only one of the<br />

edges comprising a uedge.<br />

void<br />

triangulation graph(graph& G, list& outer face,<br />

node array& xcoord,<br />

node array& ycoord, int n)<br />

calls triangulation map and keeps only one of the<br />

edges comprising a uedge.<br />

void triangulation graph(graph& G, int n)<br />

calls triangulation map and keeps only one of the<br />

edges comprising a uedge.<br />

void<br />

random planar graph(graph& G, node array& xcoord,<br />

node array& ycoord, int n, int m)<br />

calls random planar map and keeps only one of the<br />

edges comprising a uedge.<br />

void triangulated planar graph(graph& G, int n)<br />

old name for triangulation graph.<br />

void<br />

triangulated planar graph(graph& G, node array& xcoord,<br />

node array& ycoord, int n)<br />

old name for triangulation graph.<br />

void<br />

triangulated planar graph(graph& G, list& outer face,<br />

node array& xcoord,<br />

node array& ycoord, int n)<br />

old name for triangulation graph.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!