Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

PCTreeForest.h File Reference

PCTreeForests contain multiple PCTrees that can be merged with each other. More...

#include <ogdf/basic/DisjointSets.h>
#include <ogdf/basic/pctree/PCEnum.h>
#include <ogdf/basic/pctree/PCRegistry.h>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Classes

class  ogdf::pc_tree::PCTreeForest
 Multiple PCTrees can be created within the same PCTreeForest, which allows merging the trees later on by making one a child of another. More...
 

Namespaces

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

Macros

#define OGDF_PCTREE_REUSE_NODES
 

Typedefs

using ogdf::pc_tree::UnionFindIndex = size_t
 

Variables

const UnionFindIndex ogdf::pc_tree::UNIONFINDINDEX_EMPTY = std::numeric_limits<UnionFindIndex>::max()
 

Detailed Description

PCTreeForests contain multiple PCTrees that can be merged with each other.

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

Macro Definition Documentation

◆ OGDF_PCTREE_REUSE_NODES

#define OGDF_PCTREE_REUSE_NODES

Definition at line 41 of file PCTreeForest.h.