Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::QueueEntry Struct Reference

#include <ogdf/planarity/NonPlanarCore.h>

Public Member Functions

 QueueEntry (node p, node v)
 

Public Attributes

node m_current
 
node m_parent
 

Detailed Description

Definition at line 672 of file NonPlanarCore.h.

Constructor & Destructor Documentation

◆ QueueEntry()

ogdf::QueueEntry::QueueEntry ( node  p,
node  v 
)
inline

Definition at line 673 of file NonPlanarCore.h.

Member Data Documentation

◆ m_current

node ogdf::QueueEntry::m_current

Definition at line 676 of file NonPlanarCore.h.

◆ m_parent

node ogdf::QueueEntry::m_parent

Definition at line 675 of file NonPlanarCore.h.


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