|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
14 H.readBenchHypergraph(
"c17.bench");
The namespace for all OGDF objects.
static bool write(const Graph &G, const string &filename, WriterFunc writer=nullptr)
Writes graph G to a file with name filename and infers the format to use from the file's extension.
static bool writeGML(const Graph &G, std::ostream &os)
Writes graph G in GML format to output stream os.
static bool drawSVG(const GraphAttributes &A, std::ostream &os, const SVGSettings &settings)
void setProfile(Profile pProfile)
Sets the layout profile.
Stores additional attributes of edge standard representation of a hypergraph.
virtual void call(HypergraphAttributes &HA) override
Computes a layout of hypergraph given by HA.
Declaration and a partial implementation of a Hypergraph class partly based on the original classes f...
Declares class GraphIO which provides access to all graph read and write functionality.
A declaration of EdgeStandardRep class representing a graph representation of a hypergraph in the edg...
Declares HypergraphAttributes storing specific attributes related to hypergraph layout drawings.
@ tree
for every hyperedge e a minimal subcubic tree connecting all hypernodes incident with e together is a...
const GraphAttributes & repGA() const
Layout algorithms for hypergraph based on edge standard representations (clique / star / tree) - Hype...