Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ELabelPosSimple.h
Go to the documentation of this file.
1 
33 #pragma once
34 
36 
37 namespace ogdf {
38 
40 public:
42  ~ELabelPosSimple();
43 
44  void call(GraphAttributes& ug, ELabelInterface<double>& eli); //double
45 
46  bool m_absolut;
49 
51 
52 private:
53 };
54 
55 
56 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
ogdf::GraphAttributes
Stores additional attributes of a graph (like layout information).
Definition: GraphAttributes.h:66
ogdf::ELabelInterface
Definition: ELabelInterface.h:216
ogdf::ELabelPosSimple::m_marginDistance
double m_marginDistance
Definition: ELabelPosSimple.h:47
ogdf::ELabelPosSimple::m_edgeDistance
double m_edgeDistance
Definition: ELabelPosSimple.h:48
ogdf::ELabelPosSimple::m_midOnEdge
bool m_midOnEdge
Definition: ELabelPosSimple.h:50
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101
ELabelInterface.h
Provide an interface for edge label information.
ogdf::ELabelPosSimple::m_absolut
bool m_absolut
Definition: ELabelPosSimple.h:46
ogdf::ELabelPosSimple
Definition: ELabelPosSimple.h:39