A node in a PC-tree that is either a P-node, C-node or leaf. More...
#include <ogdf/basic/basic.h>
#include <ogdf/basic/memory.h>
#include <ogdf/basic/pctree/PCEnum.h>
#include <ogdf/basic/pctree/PCTreeForest.h>
#include <ogdf/basic/pctree/util/IntrusiveList.h>
#include <array>
#include <cstddef>
#include <iosfwd>
#include <new>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | ogdf::pc_tree::PCNode |
A node in a PC-tree that is either a P-node, C-node or leaf. More... | |
struct | ogdf::pc_tree::PCNode::TempInfo |
Temporary information used during each step of the PCTree::makeConsecutive() update operation. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::pc_tree | |
Functions | |
void | ogdf::pc_tree::proceedToNextSibling (PCNode *&pred, PCNode *&curr) |
Iteration-convenience version of PCNode::getNextSibling() that updates the variables pred to curr and curr to the value returned by PCNode::getNextSibling(pred, curr). More... | |
A node in a PC-tree that is either a P-node, C-node or leaf.
Definition in file PCNode.h.