Loading [MathJax]/extensions/tex2jax.js

Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
RemoveReinsertType.h
Go to the documentation of this file.
1
33#pragma once
34
35namespace ogdf {
36
38
42 None,
43 Inserted,
45 All,
48};
49
50}
RemoveReinsertType
The postprocessing method for edge insertion algorithms.
@ Inserted
Postprocessing only with the edges that have to be inserted.
@ Incremental
Full postprocessing after each edge insertion.
@ MostCrossed
Postprocessing with the edges involved in the most crossings.
@ IncInserted
Postprocessing for (so far) inserted edges after each edge insertion.
The namespace for all OGDF objects.
@ None
Two geometric objects do not intersect.