#include </root/robotpkg/graphics/py-qt-gepetto-viewer/work.runner-jmn42dp2-project-89-concurrent-0/gepetto-viewer-4.8.0/plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.h>
Friends | |
const QCPDataSelection | operator+ (const QCPDataSelection &a, const QCPDataSelection &b) |
const QCPDataSelection | operator+ (const QCPDataRange &a, const QCPDataSelection &b) |
const QCPDataSelection | operator+ (const QCPDataSelection &a, const QCPDataRange &b) |
const QCPDataSelection | operator+ (const QCPDataRange &a, const QCPDataRange &b) |
const QCPDataSelection | operator- (const QCPDataSelection &a, const QCPDataSelection &b) |
const QCPDataSelection | operator- (const QCPDataRange &a, const QCPDataSelection &b) |
const QCPDataSelection | operator- (const QCPDataSelection &a, const QCPDataRange &b) |
const QCPDataSelection | operator- (const QCPDataRange &a, const QCPDataRange &b) |
Related Functions | |
(Note that these are not member functions.) | |
QDebug | operator<< (QDebug d, const QCPDataSelection &selection) |
|
explicit |
|
explicit |
void QCPDataSelection::addDataRange | ( | const QCPDataRange & | dataRange, |
bool | simplify = true |
||
) |
void QCPDataSelection::clear | ( | ) |
bool QCPDataSelection::contains | ( | const QCPDataSelection & | other | ) | const |
int QCPDataSelection::dataPointCount | ( | ) | const |
QCPDataRange QCPDataSelection::dataRange | ( | int | index = 0 | ) | const |
Referenced by operator<<().
|
inline |
Referenced by operator<<().
|
inline |
Referenced by QCPAbstractPlottable1D< QCPCurveData >::getDataSegments().
void QCPDataSelection::enforceType | ( | QCP::SelectionType | type | ) |
QCPDataSelection QCPDataSelection::intersection | ( | const QCPDataRange & | other | ) | const |
QCPDataSelection QCPDataSelection::intersection | ( | const QCPDataSelection & | other | ) | const |
QCPDataSelection QCPDataSelection::inverse | ( | const QCPDataRange & | outerRange | ) | const |
Referenced by QCPAbstractPlottable1D< QCPCurveData >::getDataSegments().
|
inline |
References QCPDataRange::begin().
|
inline |
References operator+(), and operator-().
QCPDataSelection& QCPDataSelection::operator+= | ( | const QCPDataSelection & | other | ) |
QCPDataSelection& QCPDataSelection::operator+= | ( | const QCPDataRange & | other | ) |
QCPDataSelection& QCPDataSelection::operator-= | ( | const QCPDataSelection & | other | ) |
QCPDataSelection& QCPDataSelection::operator-= | ( | const QCPDataRange & | other | ) |
bool QCPDataSelection::operator== | ( | const QCPDataSelection & | other | ) | const |
void QCPDataSelection::simplify | ( | ) |
QCPDataRange QCPDataSelection::span | ( | ) | const |
|
friend |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
|
friend |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
|
friend |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
|
friend |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
|
friend |
Return a QCPDataSelection with the data points which are in a but not in b.
|
friend |
Return a QCPDataSelection with the data points which are in a but not in b.
|
friend |
Return a QCPDataSelection with the data points which are in a but not in b.
|
friend |
Return a QCPDataSelection with the data points which are in a but not in b.
|
related |
Prints selection in a human readable format to the qDebug output.
References dataRange(), and dataRangeCount().