#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 () | |
Private Attributes | |
BoundingRectangle | bounds_ |
QList< QPointF > | points_ |
Definition at line 27 of file CurveDataList.h.
Definition at line 27 of file CurveDataList.cpp.
Definition at line 30 of file CurveDataList.cpp.
void rqt_multiplot::CurveDataList::appendPoint | ( | const QPointF & | point | ) | [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 53 of file CurveDataList.cpp.
void rqt_multiplot::CurveDataList::clearPoints | ( | ) | [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 59 of file CurveDataList.cpp.
BoundingRectangle rqt_multiplot::CurveDataList::getBounds | ( | ) | const [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 45 of file CurveDataList.cpp.
size_t rqt_multiplot::CurveDataList::getNumPoints | ( | ) | const [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 37 of file CurveDataList.cpp.
QPointF rqt_multiplot::CurveDataList::getPoint | ( | size_t | index | ) | const [virtual] |
Implements rqt_multiplot::CurveData.
Definition at line 41 of file CurveDataList.cpp.
Definition at line 42 of file CurveDataList.h.
QList<QPointF> rqt_multiplot::CurveDataList::points_ [private] |
Definition at line 41 of file CurveDataList.h.