MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / dataRange

Method dataRange

3rdparty/qcustomplot/qcustomplot.h:2654–2654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2652 QCPRange keyRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth);
2653 QCPRange valueRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange());
2654 QCPDataRange dataRange() const { return QCPDataRange(0, size()); }
2655 void limitIteratorsToDataRange(const_iterator &begin, const_iterator &end, const QCPDataRange &dataRange) const;
2656
2657protected:

Callers 3

operator<<Function · 0.45
plottableAtMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected