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
Tlp.h
Go to the documentation of this file.
1
32#pragma once
33
34#include <string>
35
36namespace ogdf {
37
38namespace tlp {
39
40
41enum class Attribute {
42 label,
43 color,
50 size,
51 shape,
53};
54
55std::string toString(const Attribute& attr);
56Attribute toAttribute(const std::string& str);
57
58}
59}
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
Attribute
Definition Tlp.h:41
Attribute toAttribute(const std::string &str)
std::string toString(const Attribute &attr)
The namespace for all OGDF objects.