Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
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
42
class
OGDF_EXPORT
ELabelPosSimple
{
43
public
:
44
ELabelPosSimple
();
45
~
ELabelPosSimple
();
46
47
void
call(
GraphAttributes
& ug,
ELabelInterface<double>
& eli);
//double
48
49
bool
m_absolut
;
50
double
m_marginDistance
;
51
double
m_edgeDistance
;
52
53
bool
m_midOnEdge
;
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
include
ogdf
labeling
ELabelPosSimple.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team