Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
RemoveReinsertType.h
Go to the documentation of this file.
1
33
#pragma once
34
35
namespace
ogdf
{
36
38
41
enum class
RemoveReinsertType
{
42
None
,
43
Inserted
,
44
MostCrossed
,
45
All
,
46
Incremental
,
47
IncInserted
48
};
49
50
}
ogdf
The namespace for all OGDF objects.
Definition:
multilevelmixer.cpp:39
ogdf::RemoveReinsertType::All
@ All
Postproceesing with all edges.
ogdf::RemoveReinsertType::Inserted
@ Inserted
Postprocessing only with the edges that have to be inserted.
ogdf::RemoveReinsertType
RemoveReinsertType
The postprocessing method for edge insertion algorithms.
Definition:
RemoveReinsertType.h:41
ogdf::RemoveReinsertType::MostCrossed
@ MostCrossed
Postprocessing with the edges involved in the most crossings.
ogdf::RemoveReinsertType::IncInserted
@ IncInserted
Postprocessing for (so far) inserted edges after each edge insertion.
ogdf::RemoveReinsertType::None
@ None
No postprocessing.
ogdf::RemoveReinsertType::Incremental
@ Incremental
Full postprocessing after each edge insertion.
include
ogdf
planarity
RemoveReinsertType.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team