MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / dataMainValue

Method dataMainValue

tools/qcustomplot.cpp:28178–28185  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

28176
28177/* inherits documentation from base class */
28178double QCPErrorBars::dataMainValue(int index) const
28179{
28180 if (mDataPlottable)
28181 return mDataPlottable->interface1D()->dataMainValue(index);
28182 else
28183 qDebug() << Q_FUNC_INFO << "no data plottable set";
28184 return 0;
28185}
28186
28187/* inherits documentation from base class */
28188QCPRange QCPErrorBars::dataValueRange(int index) const

Callers 3

getPixelCoordinatesMethod · 0.45
dataValueRangeMethod · 0.45
getValueRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected