#include <CurveDataList.h>
Public Member Functions | |
void | appendPoint (const QPointF &point) |
void | clearPoints () |
CurveDataList () | |
BoundingRectangle | getBounds () const |
size_t | getNumPoints () const |
QPointF | getPoint (size_t index) const |
~CurveDataList () | |
Public Member Functions inherited from rqt_multiplot::CurveData | |
void | appendPoint (double x, double y) |
QRectF | boundingRect () const |
CurveData () | |
QPair< double, double > | getAxisBounds (CurveConfig::Axis axis) const |
virtual QVector< size_t > | getPointsInDistance (double x, double maxDistance) const |
double | getValue (size_t index, CurveConfig::Axis axis) const |
bool | isEmpty () const |
QPointF | sample (size_t i) const |
size_t | size () const |
void | writeFormatted (QStringList &formattedX, QStringList &formattedY) const |
~CurveData () | |
Private Attributes | |
BoundingRectangle | bounds_ |
QList< QPointF > | points_ |
Definition at line 27 of file CurveDataList.h.
rqt_multiplot::CurveDataList::CurveDataList | ( | ) |
Definition at line 27 of file CurveDataList.cpp.
rqt_multiplot::CurveDataList::~CurveDataList | ( | ) |
Definition at line 30 of file CurveDataList.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 53 of file CurveDataList.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 59 of file CurveDataList.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 45 of file CurveDataList.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 37 of file CurveDataList.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 41 of file CurveDataList.cpp.
|
private |
Definition at line 42 of file CurveDataList.h.
|
private |
Definition at line 41 of file CurveDataList.h.