1 #ifndef WEIGHTEDGRAPHSORTER_H
2 #define WEIGHTEDGRAPHSORTER_H
5 #include "graphsorter.h"
23 void orderLayers(
DataSet& data);
26 #endif // WEIGHTEDGRAPHSORTER_H
The data set.
Definition: dataset.h:85
QString GetName()
Returns a user-presentable name for the object.
Definition: weightedgraphsorter.h:20
Derived classes provide sorting functionality for the graph layers, usign different algorithms...
Definition: graphsorter.h:10
Class describes a sorting algorithm which sorts the DataSet in order to put the first elements of the...
Definition: weightedgraphsorter.h:11
Interface for objects which have a name.
Definition: namedobject.h:9