Adaptagrams
|
#include <planarise.h>
Public Member Functions | |
OrthoPlanariser (const Graph_SP &G) | |
Standard constructor. More... | |
void | setOpts (const OrthoPlanariserOptions &opts) |
Set the options. | |
Graph_SP | planarise (void) |
Compute a planarisation of the given Graph. More... | |
This class is for planarising orthogonally routed graphs. To say that a graph G is orthogonally routed means a certain condition on the connector route stored in each Edge; namely, that precisely one coordinate change between consecutive route points.
|
inline |
|
inline |
Compute a planarisation of the given Graph.
Referenced by dialect::doHOLA().