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 |
Declaration of base class of all planar separator algorithms.
Definition in file PlanarSeparatorModule.h.