#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 () | |
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.
Definition at line 31 of file CurveDataListTimeFrame.cpp.
| void rqt_multiplot::CurveDataListTimeFrame::appendPoint | ( | const QPointF & | point | ) | [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 54 of file CurveDataListTimeFrame.cpp.
| void rqt_multiplot::CurveDataListTimeFrame::clearPoints | ( | ) | [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 89 of file CurveDataListTimeFrame.cpp.
| BoundingRectangle rqt_multiplot::CurveDataListTimeFrame::getBounds | ( | ) | const [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 46 of file CurveDataListTimeFrame.cpp.
| size_t rqt_multiplot::CurveDataListTimeFrame::getNumPoints | ( | ) | const [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 38 of file CurveDataListTimeFrame.cpp.
| QPointF rqt_multiplot::CurveDataListTimeFrame::getPoint | ( | size_t | index | ) | const [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 42 of file CurveDataListTimeFrame.cpp.
Definition at line 43 of file CurveDataListTimeFrame.h.
QList<QPointF> rqt_multiplot::CurveDataListTimeFrame::points_ [private] |
Definition at line 42 of file CurveDataListTimeFrame.h.
double rqt_multiplot::CurveDataListTimeFrame::timeFrameLength_ [private] |
Definition at line 41 of file CurveDataListTimeFrame.h.