1 #ifndef INSIDEOUTGRAPHSORTER_H
2 #define INSIDEOUTGRAPHSORTER_H
5 #include "graphsorter.h"
26 void orderLayers(
DataSet& data);
29 #endif // INSIDEOUTGRAPHSORTER_H
The data set.
Definition: dataset.h:85
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: insideoutgraphsorter.h:11
QString GetName()
Gets the name of the algorithm to display in the GUI.
Definition: insideoutgraphsorter.h:23
Interface for objects which have a name.
Definition: namedobject.h:9