Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

PCTreeIterators.h File Reference

Utils for PCTree::allNodes(), PCTree::innerNodes(), PCNode::children() and PCNode::neighbors(). More...

#include <ogdf/basic/pctree/PCEnum.h>
#include <ogdf/basic/pctree/PCNode.h>
#include <deque>
#include <utility>

Go to the source code of this file.

Classes

class  ogdf::pc_tree::FilteringPCTreeWalk< dfs, reverse >
 A DFS or BFS through a PCTree. More...
 
struct  ogdf::pc_tree::PCNodeChildrenIterable
 
class  ogdf::pc_tree::PCNodeIterator
 
struct  ogdf::pc_tree::PCNodeNeighborsIterable
 

Namespaces

 ogdf
 The namespace for all OGDF objects.
 
 ogdf::pc_tree
 

Typedefs

using ogdf::pc_tree::FilteringPCTreeBFS = FilteringPCTreeWalk< false >
 
using ogdf::pc_tree::FilteringPCTreeDFS = FilteringPCTreeWalk< true >
 

Detailed Description

Utils for PCTree::allNodes(), PCTree::innerNodes(), PCNode::children() and PCNode::neighbors().

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 PCTreeIterators.h.