#include <CurveDataVector.h>

Classes | |
| class | XCoordinateRef |
Public Member Functions | |
| void | appendPoint (const QPointF &point) |
| void | clearPoints () |
| CurveDataVector () | |
| BoundingRectangle | getBounds () const |
| size_t | getNumPoints () const |
| QPointF | getPoint (size_t index) const |
| QVector< size_t > | getPointsInDistance (double x, double maxDistance) const |
| ~CurveDataVector () | |
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 |
| 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 Types | |
| typedef boost::container::flat_set< XCoordinateRef > | XCoordinateRefSet |
Private Attributes | |
| BoundingRectangle | bounds_ |
| QVector< QPointF > | points_ |
| XCoordinateRefSet | x_ |
Definition at line 29 of file CurveDataVector.h.
|
private |
Definition at line 69 of file CurveDataVector.h.
| rqt_multiplot::CurveDataVector::CurveDataVector | ( | ) |
Definition at line 27 of file CurveDataVector.cpp.
| rqt_multiplot::CurveDataVector::~CurveDataVector | ( | ) |
Definition at line 30 of file CurveDataVector.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 71 of file CurveDataVector.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 85 of file CurveDataVector.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 63 of file CurveDataVector.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 37 of file CurveDataVector.cpp.
|
virtual |
Implements rqt_multiplot::CurveData.
Definition at line 41 of file CurveDataVector.cpp.
|
virtual |
Reimplemented from rqt_multiplot::CurveData.
Definition at line 45 of file CurveDataVector.cpp.
|
private |
Definition at line 74 of file CurveDataVector.h.
|
private |
Definition at line 71 of file CurveDataVector.h.
|
private |
Definition at line 72 of file CurveDataVector.h.