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/GraphList.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/memory.h>
#include <ogdf/basic/simple_graph_alg.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 | |
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.