Declaration of interface for clustering algorithms that compute a clustering for a given graph based on some structural or semantical properties. More...
#include <ogdf/basic/Graph.h>#include <ogdf/cluster/ClusterGraph.h>#include <ogdf/basic/simple_graph_alg.h>#include <iostream>Go to the source code of this file.
Classes | |
| class | ogdf::SimpleCluster |
| class | ogdf::ClustererModule |
| Interface for algorithms that compute a clustering for a given graph. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_CLUSTERER_MODULE_H |
Declaration of interface for clustering algorithms that compute a clustering for a given graph based on some structural or semantical properties.
Precondition: Input graph has to be connected
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file ClustererModule.h.
| #define OGDF_CLUSTERER_MODULE_H |
Definition at line 53 of file ClustererModule.h.