1 #ifndef STACKGRAPHLAYOUTER_H
2 #define STACKGRAPHLAYOUTER_H
5 #include "graphlayouter.h"
22 void calculateBaseLine(
DataSet& dataset, QVector<double>& baseline);
25 #endif // STACKGRAPHLAYOUTER_H
Class describes a naive layouting algorithm with a straight baseline at zero.
Definition: stackgraphlayouter.h:10
The data set.
Definition: dataset.h:85
Derived classes provide layouting functionality.
Definition: graphlayouter.h:11
QString GetName()
Returns a user-presentable name for the object.
Definition: stackgraphlayouter.h:19
Interface for objects which have a name.
Definition: namedobject.h:9