Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

PCNode.h File Reference

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 <list>
#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...
 

Detailed Description

A node in a PC-tree that is either a P-node, C-node or leaf.

Author
Simon D. Fink ogdf@.nosp@m.niko.nosp@m..fink.nosp@m..bay.nosp@m.ern
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file PCNode.h.