Function sinspekto::replace_double_points

Function Documentation

RangeXY sinspekto::replace_double_points(boost::circular_buffer<double> &b1, boost::circular_buffer<double> &b2, QXYSeries *xySeries)

Replace data points in a QXYSeries.

The given QXYSeries’s data is replaced with the contents of the input buffers. Both input buffers must be of equal length.

Parameters
  • b1[in] Buffer of real values to set.

  • b2[in] Buffer of real values to set.

  • xySeries[inout] QXYSeries pointer to update.

Returns

The ranges of each dimens (min and max values).