Loading [MathJax]/extensions/tex2jax.js

Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
HypergraphLayoutModule.h
Go to the documentation of this file.
1
33#pragma once
34
36
37namespace ogdf {
38
68
69}
Declares HypergraphAttributes storing specific attributes related to hypergraph layout drawings.
Stores additional attributes of a hypergraph.
Interface of hypergraph layout algorithms.
virtual void call(HypergraphAttributes &HA)=0
Computes a layout of hypergraph given by HA.
HypergraphLayoutModule()
Initializes a layout module.
void operator()(HypergraphAttributes &HA)
Computes a layout of a hypergraph given by HA.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.