Temporary information used during each step of the PCTree::makeConsecutive() update operation.
More...
#include <ogdf/basic/pctree/PCNode.h>
Temporary information used during each step of the PCTree::makeConsecutive() update operation.
Definition at line 75 of file PCNode.h.
◆ clear()
void ogdf::pc_tree::PCNode::TempInfo::clear |
( |
| ) |
|
|
inline |
◆ replaceNeighbor()
void ogdf::pc_tree::PCNode::TempInfo::replaceNeighbor |
( |
PCNode * |
oldNeigh, |
|
|
PCNode * |
newNeigh |
|
) |
| |
|
inline |
◆ ebEnd1
PCNode* ogdf::pc_tree::PCNode::TempInfo::ebEnd1 = nullptr |
◆ ebEnd2
PCNode * ogdf::pc_tree::PCNode::TempInfo::ebEnd2 = nullptr |
◆ fbEnd1
PCNode * ogdf::pc_tree::PCNode::TempInfo::fbEnd1 = nullptr |
◆ fbEnd2
PCNode * ogdf::pc_tree::PCNode::TempInfo::fbEnd2 = nullptr |
◆ fullNeighbors
std::vector<PCNode*> ogdf::pc_tree::PCNode::TempInfo::fullNeighbors |
◆ nextPartial
PCNode * ogdf::pc_tree::PCNode::TempInfo::nextPartial = nullptr |
◆ predPartial
PCNode* ogdf::pc_tree::PCNode::TempInfo::predPartial = nullptr |
◆ tpPartialHeight
size_t ogdf::pc_tree::PCNode::TempInfo::tpPartialHeight = 0 |
◆ tpPartialPred
PCNode* ogdf::pc_tree::PCNode::TempInfo::tpPartialPred = nullptr |
◆ tpPred
PCNode* ogdf::pc_tree::PCNode::TempInfo::tpPred = nullptr |
◆ tpSucc
PCNode* ogdf::pc_tree::PCNode::TempInfo::tpSucc = nullptr |
The documentation for this struct was generated from the following file: