Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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,
48 };
49 
50 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
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.