Open
Graph Drawing
Framework

 v. 2025.10-dev (Foxglove)
 

Loading...
Searching...
No Matches
ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation Struct Reference

Public Attributes

std::set< EdgePairm_crossings
 
std::set< VertexPairm_kiteEdges
 
std::set< EdgePairm_nonCrossingPairs
 
std::unique_ptr< EdgePairm_previousCrossing = nullptr
 
std::list< EdgePairm_todoCrossings
 

Detailed Description

Definition at line 119 of file EdgePairPartition.h.

Member Data Documentation

◆ m_crossings

std::set<EdgePair> ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation::m_crossings

Definition at line 120 of file EdgePairPartition.h.

◆ m_kiteEdges

std::set<VertexPair> ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation::m_kiteEdges

Definition at line 121 of file EdgePairPartition.h.

◆ m_nonCrossingPairs

std::set<EdgePair> ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation::m_nonCrossingPairs

Definition at line 122 of file EdgePairPartition.h.

◆ m_previousCrossing

std::unique_ptr<EdgePair> ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation::m_previousCrossing = nullptr

Definition at line 124 of file EdgePairPartition.h.

◆ m_todoCrossings

std::list<EdgePair> ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation::m_todoCrossings

Definition at line 123 of file EdgePairPartition.h.


The documentation for this struct was generated from the following file: