Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::whaInfo Class Reference

#include <ogdf/planarity/planar_subgraph_fast/whaInfo.h>

Public Member Functions

 whaInfo ()
 
 ~whaInfo ()
 
void defaultValues ()
 

Private Attributes

int m_a
 
PQNodeRootm_aChild
 
whaType m_deleteType
 
int m_h
 
PQNodeRootm_hChild1
 
PQNodeRootm_hChild2
 
PQNodeRootm_hChild2Sib
 
int m_notVisitedCount
 
int m_pertLeafCount
 
int m_w
 

Friends

template<class T , class Y >
class MaxSequencePQTree
 

Detailed Description

Definition at line 50 of file whaInfo.h.

Constructor & Destructor Documentation

◆ whaInfo()

ogdf::whaInfo::whaInfo ( )
inline

Definition at line 56 of file whaInfo.h.

◆ ~whaInfo()

ogdf::whaInfo::~whaInfo ( )
inline

Definition at line 69 of file whaInfo.h.

Member Function Documentation

◆ defaultValues()

void ogdf::whaInfo::defaultValues ( )
inline

Definition at line 71 of file whaInfo.h.

Friends And Related Symbol Documentation

◆ MaxSequencePQTree

template<class T , class Y >
friend class MaxSequencePQTree
friend

Definition at line 52 of file whaInfo.h.

Member Data Documentation

◆ m_a

int ogdf::whaInfo::m_a
private

Definition at line 96 of file whaInfo.h.

◆ m_aChild

PQNodeRoot* ogdf::whaInfo::m_aChild
private

Definition at line 111 of file whaInfo.h.

◆ m_deleteType

whaType ogdf::whaInfo::m_deleteType
private

Definition at line 100 of file whaInfo.h.

◆ m_h

int ogdf::whaInfo::m_h
private

Definition at line 84 of file whaInfo.h.

◆ m_hChild1

PQNodeRoot* ogdf::whaInfo::m_hChild1
private

Definition at line 115 of file whaInfo.h.

◆ m_hChild2

PQNodeRoot* ogdf::whaInfo::m_hChild2
private

Definition at line 120 of file whaInfo.h.

◆ m_hChild2Sib

PQNodeRoot* ogdf::whaInfo::m_hChild2Sib
private

Definition at line 125 of file whaInfo.h.

◆ m_notVisitedCount

int ogdf::whaInfo::m_notVisitedCount
private

Definition at line 107 of file whaInfo.h.

◆ m_pertLeafCount

int ogdf::whaInfo::m_pertLeafCount
private

Definition at line 103 of file whaInfo.h.

◆ m_w

int ogdf::whaInfo::m_w
private

Definition at line 90 of file whaInfo.h.


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