Utils for PCTree::allNodes(), PCTree::innerNodes(), PCNode::children() and PCNode::neighbors(). More...
#include <ogdf/basic/basic.h>
#include <ogdf/basic/pctree/PCNode.h>
#include <deque>
#include <functional>
#include <iosfwd>
#include <iterator>
#include <type_traits>
#include <utility>
#include <vector>
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 > |
Utils for PCTree::allNodes(), PCTree::innerNodes(), PCNode::children() and PCNode::neighbors().
Definition in file PCTreeIterators.h.