MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / QCPCurveData

Method QCPCurveData

qcustomplot/qcustomplot.cpp:21784–21789  ·  view source on GitHub ↗

! Constructs a curve data point with t, key and value set to zero. */

Source from the content-addressed store, hash-verified

21782 Constructs a curve data point with t, key and value set to zero.
21783*/
21784QCPCurveData::QCPCurveData() :
21785 t(0),
21786 key(0),
21787 value(0)
21788{
21789}
21790
21791/*!
21792 Constructs a curve data point with the specified \a t, \a key and \a value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected