MCPcopy Create free account
hub / github.com/KDE/labplot / binValues

Method binValues

src/backend/worksheet/plots/cartesian/Histogram.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381const AbstractColumn* Histogram::binValues() const {
382 D(Histogram);
383 return d->binValues();
384}
385
386const AbstractColumn* Histogram::binPDValues() const {
387 D(Histogram);

Callers 1

prepareTmpDataColumnMethod · 0.80

Calls 2

resizeToMethod · 0.45
setValueAtMethod · 0.45

Tested by

no test coverage detected