Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ELabelPosSimple.h
Go to the documentation of this file.
1
33#pragma once
34
35#include <ogdf/basic/basic.h>
36
37namespace ogdf {
38class GraphAttributes;
39template<class coordType>
40class ELabelInterface;
41
43public:
46
48
52
54
55private:
56};
57
58
59}
Basic declarations, included by all source files.
void call(GraphAttributes &ug, ELabelInterface< double > &eli)
Stores additional attributes of a graph (like layout information).
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
Definition config.h:117
The namespace for all OGDF objects.