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.

gen polygon MINKOWSKI SUM(const polygon& P, const polygon& R,<br />

void (∗conv partition)(const gen polygon& p,<br />

const polygon& r, list& lp,<br />

list& lr),<br />

gen polygon (∗conv unite)(const list& ))<br />

gen polygon MINKOWSKI DIFF(const polygon& P, const polygon& R,<br />

void (∗conv partition)(const gen polygon& p,<br />

const polygon& r, list& lp,<br />

list& lr),<br />

gen polygon (∗conv unite)(const list& ))<br />

gen polygon MINKOWSKI SUM(const gen polygon& P, const polygon& R,<br />

void (∗conv partition)(const gen polygon& p,<br />

const polygon& r, list& lp,<br />

list& lr),<br />

gen polygon (∗conv unite)(const list& ))<br />

gen polygon MINKOWSKI DIFF(const gen polygon& P, const polygon& R,<br />

void (∗conv partition)(const gen polygon& p,<br />

const polygon& r, list& lp,<br />

list& lr),<br />

gen polygon (∗conv unite)(const list& ))<br />

• Euclidean Spanning Trees<br />

void MIN SPANNING TREE(const list& L, GRAPH & T )<br />

computes the Euclidian minimum spanning tree T of the points in L.<br />

• Triangulation Checker<br />

bool Is Convex Subdivision(const GRAPH & G)<br />

returns true if G is a convex planar subdivision.<br />

bool Is Triangulation(const GRAPH & G)<br />

returns true if G is convex planar subdivision in which every bounded<br />

face is a triangle or if all nodes of G lie on a common line.<br />

bool Is Delaunay Triangulation(const GRAPH & G,<br />

delaunay voronoi kind kind)<br />

checks whether G is a nearest (kind = NEAREST ) or furthest<br />

(kind = FURTHEST) site Delaunay triangulation of its vertex set. G<br />

is a Delaunay triangulation iff it is a triangulation and all triangles have<br />

the Delaunay property. A triangle has the Delaunay property if no vertex<br />

of an adjacent triangle is contained in the interior (kind = NEAREST )<br />

or exterior (kind = FURTHEST ) of the triangle.

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

Saved successfully!

Ooh no, something went wrong!