Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ELabelPosSimple.h
Go to the documentation of this file.
1 
33 #pragma once
34 
35 #include <ogdf/basic/basic.h>
36 
37 namespace ogdf {
38 class GraphAttributes;
39 template<class coordType>
40 class ELabelInterface;
41 
43 public:
45  ~ELabelPosSimple();
46 
47  void call(GraphAttributes& ug, ELabelInterface<double>& eli); //double
48 
49  bool m_absolut;
52 
54 
55 private:
56 };
57 
58 
59 }
ogdf
The namespace for all OGDF objects.
Definition: multilevelmixer.cpp:39
ogdf::GraphAttributes
Stores additional attributes of a graph (like layout information).
Definition: GraphAttributes.h:72
ogdf::ELabelInterface
Definition: ELabelInterface.h:218
ogdf::ELabelPosSimple::m_marginDistance
double m_marginDistance
Definition: ELabelPosSimple.h:50
ogdf::ELabelPosSimple::m_edgeDistance
double m_edgeDistance
Definition: ELabelPosSimple.h:51
ogdf::ELabelPosSimple::m_midOnEdge
bool m_midOnEdge
Definition: ELabelPosSimple.h:53
basic.h
Basic declarations, included by all source files.
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101
ogdf::ELabelPosSimple::m_absolut
bool m_absolut
Definition: ELabelPosSimple.h:49
ogdf::ELabelPosSimple
Definition: ELabelPosSimple.h:42