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/basic/simple_graph_alg.h>
#include <ogdf/cluster/ClusterGraph.h>
Go to the source code of this file.
Classes | |
class | ogdf::ClustererModule |
Interface for algorithms that compute a clustering for a given graph. More... | |
class | ogdf::SimpleCluster |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
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
Definition in file ClustererModule.h.