#include </home/florent/devel/release/src/gepetto-viewer/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 |
|
inline |
|
inline |
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 |
|
inline |
|
inline |
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.