Class describes a layouting algorithm which minimizes the sum of squares of the layer slopes at each data value. More...
#include <minwigglegraphlayouter.h>
Public Member Functions | |
MinWiggleGraphLayouter (QObject *parent) | |
QString | GetName () |
Gets the name of the algorithm to display in the GUI. | |
Public Member Functions inherited from GraphLayouter | |
GraphLayouter (QObject *parent) | |
void | Layout (DataSet &dataset, const InterpolationMode interpMode, const double scaleX, const double scaleY) |
Calls calculateBaseLine to get a baseline according to the selected layouting algorithm. More... | |
Additional Inherited Members | |
Public Types inherited from GraphLayouter | |
enum | InterpolationMode { Cubic = 0, Linear, SIZE_OF_ENUM } |
List of interpolation methods. | |
Static Public Attributes inherited from GraphLayouter | |
static const char *const | interpolationMode_str [InterpolationMode::SIZE_OF_ENUM] = {"Cubic", "Linear"} |
String value of the interpolation methods used to display in the GUI. | |
Class describes a layouting algorithm which minimizes the sum of squares of the layer slopes at each data value.