19 #ifndef RQT_MULTIPLOT_CURVE_DATA_VECTOR_H 20 #define RQT_MULTIPLOT_CURVE_DATA_VECTOR_H 24 #include <boost/container/flat_set.hpp> 36 QPointF
getPoint(
size_t index)
const;
58 return (
x_ == reference.
x_);
62 return (
x_ < reference.
x_);
QPointF getPoint(size_t index) const
boost::container::flat_set< XCoordinateRef > XCoordinateRefSet
bool operator==(const XCoordinateRef &reference) const
BoundingRectangle getBounds() const
XCoordinateRef(double x=0.0, size_t index=0)
XCoordinateRef(const XCoordinateRef &src)
size_t getNumPoints() const
QVector< size_t > getPointsInDistance(double x, double maxDistance) const
BoundingRectangle bounds_
void appendPoint(const QPointF &point)
bool operator<(const XCoordinateRef &reference) const
QVector< QPointF > points_