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.

int<br />

bool<br />

bool<br />

ORTHO EMBEDDING(const graph& G, node array& xpos,<br />

node array& ypos, edge array& xbends, edge array& ybends)<br />

as above, but with unbounded number of edge bends.<br />

ORTHO DRAW(const graph& G0 , node array& xpos,<br />

node array& ypos, node array& xrad,<br />

node array& yrad, edge array& xbends, edge array& ybends,<br />

edge array& xsanch,<br />

edge array& ysanch,<br />

edge array& xtanch,<br />

edge array& ytanch)<br />

computes a orthogonal drawing of an arbitrary planar<br />

graph (nodes of degree larger than 4 are allowd) in the<br />

so-called Giotto-Model, i.e. high-degree vertices (of<br />

degree greater than 4) will be represented by larger<br />

rectangles.<br />

SP EMBEDDING(graph& G, node array& x coord,<br />

node array& y coord,<br />

node array& x radius,<br />

node array& y radius, edge array& x bends, edge array& y bends,<br />

edge array& x sanch,<br />

edge array& y sanch,<br />

edge array& x tanch,<br />

edge array& y tanch)<br />

computes a series-parallel drawing of G.<br />

Precondition: G must be a series-parallel graph.

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

Saved successfully!

Ooh no, something went wrong!