Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
PlanarSeparatorModule.h File Reference

Declaration of base class of all planar separator algorithms. More...

#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/extended_graph_alg.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <map>
#include <memory>
#include <set>

Go to the source code of this file.

Classes

class  ogdf::planar_separators::ArrayBFSTree
 Abstract BFSTree that is realized via NodeArrays. More...
 
class  ogdf::planar_separators::BFSTree
 Abstract description of a Breadth First Search tree. More...
 
class  ogdf::planar_separators::BFSTreeClassical
 BFS tree used by both classical algorithms (LT and Dual). More...
 
class  ogdf::planar_separators::Cycle
 Auxiliary data structure to represent Cycles in planar graphs. More...
 
class  ogdf::planar_separators::Cycle::Iterator
 Special iterator to walk over the inward-pointing edges of the cycle. More...
 
class  ogdf::planar_separators::DMDecomposer
 Dulmage-Mendelsohn-Decomposition. More...
 
class  ogdf::planar_separators::NodeExpulsor
 NodeExpulsor: Remove all nodes that are not connected to both halves of the separation. More...
 
class  ogdf::planar_separators::Postprocessor
 Abstract description of postprocessors. More...
 
class  ogdf::PlanarSeparatorModule
 Abstract description of all planar separator algorithms. More...
 

Namespaces

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

Detailed Description

Declaration of base class of all planar separator algorithms.

Author
Thomas Klein
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 PlanarSeparatorModule.h.