const int INNER_RADIUS_MIN
@ SPLINE_DRAWER_ENUM_INVISIBLE_MOVE
@ SPLINE_DRAWER_ENUM_VISIBLE_DRAW
QVector< SplineDrawerOperation > SegmentOperations
Details for a specific Line.
This class takes the output from Spline and uses that to draw the curve in the graphics window,...
void bindToSpline(const LineStyle &lineStyle, int numSegments, const Spline &spline)
Analyze each segment in the Spline.
SplineDrawerOperation segmentOperation(int segment) const
Indicate if, and how, segment is to be drawn.
bool segmentIsMultiValued(const Spline &spline, int numSegments, int segment) const
Return true if specified segment is multi-valued, else false.
Cubic interpolation given independent and dependent value vectors.
Unit test of spline drawer, which classifies single- versus multi-valued data.