#include <CurveData.h>
Definition at line 33 of file CurveData.h.
◆ CurveData()
rqt_multiplot::CurveData::CurveData |
( |
| ) |
|
◆ ~CurveData()
rqt_multiplot::CurveData::~CurveData |
( |
| ) |
|
◆ appendPoint() [1/2]
virtual void rqt_multiplot::CurveData::appendPoint |
( |
const QPointF & |
point | ) |
|
|
pure virtual |
◆ appendPoint() [2/2]
void rqt_multiplot::CurveData::appendPoint |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ boundingRect()
QRectF rqt_multiplot::CurveData::boundingRect |
( |
| ) |
const |
◆ clearPoints()
virtual void rqt_multiplot::CurveData::clearPoints |
( |
| ) |
|
|
pure virtual |
◆ getAxisBounds()
QPair< double, double > rqt_multiplot::CurveData::getAxisBounds |
( |
CurveConfig::Axis |
axis | ) |
const |
◆ getBounds()
◆ getNumPoints()
virtual size_t rqt_multiplot::CurveData::getNumPoints |
( |
| ) |
const |
|
pure virtual |
◆ getPoint()
virtual QPointF rqt_multiplot::CurveData::getPoint |
( |
size_t |
index | ) |
const |
|
pure virtual |
◆ getPointsInDistance()
QVector< size_t > rqt_multiplot::CurveData::getPointsInDistance |
( |
double |
x, |
|
|
double |
maxDistance |
|
) |
| const |
|
virtual |
◆ getValue()
double rqt_multiplot::CurveData::getValue |
( |
size_t |
index, |
|
|
CurveConfig::Axis |
axis |
|
) |
| const |
◆ isEmpty()
bool rqt_multiplot::CurveData::isEmpty |
( |
| ) |
const |
◆ sample()
QPointF rqt_multiplot::CurveData::sample |
( |
size_t |
i | ) |
const |
◆ size()
size_t rqt_multiplot::CurveData::size |
( |
| ) |
const |
◆ writeFormatted()
void rqt_multiplot::CurveData::writeFormatted |
( |
QStringList & |
formattedX, |
|
|
QStringList & |
formattedY |
|
) |
| const |
The documentation for this class was generated from the following files: