#include <CurveDataListTimeFrame.h>
Public Member Functions | |
void | appendPoint (const QPointF &point) |
void | clearPoints () |
CurveDataListTimeFrame (double length=10.0) | |
BoundingRectangle | getBounds () const |
size_t | getNumPoints () const |
QPointF | getPoint (size_t index) const |
~CurveDataListTimeFrame () | |
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_ |
double | timeFrameLength_ |
Definition at line 27 of file CurveDataListTimeFrame.h.
rqt_multiplot::CurveDataListTimeFrame::CurveDataListTimeFrame | ( | double | length = 10.0 | ) |
Definition at line 27 of file CurveDataListTimeFrame.cpp.
rqt_multiplot::CurveDataListTimeFrame::~CurveDataListTimeFrame | ( | ) |
Definition at line 31 of file CurveDataListTimeFrame.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 54 of file CurveDataListTimeFrame.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 89 of file CurveDataListTimeFrame.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 46 of file CurveDataListTimeFrame.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 38 of file CurveDataListTimeFrame.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 42 of file CurveDataListTimeFrame.cpp.
|
private |
Definition at line 43 of file CurveDataListTimeFrame.h.
|
private |
Definition at line 42 of file CurveDataListTimeFrame.h.
|
private |
Definition at line 41 of file CurveDataListTimeFrame.h.