#include <CurveDataCircularBuffer.h>
|
typedef boost::heap::d_ary_heap< double, boost::heap::arity< 2 >, boost::heap::mutable_< true >, boost::heap::compare< std::less< double > > > | CoordinateMaxHeap |
|
typedef boost::heap::d_ary_heap< double, boost::heap::arity< 2 >, boost::heap::mutable_< true >, boost::heap::compare< std::greater< double > > > | CoordinateMinHeap |
|
typedef boost::circular_buffer< Point > | Points |
|
typedef boost::heap::d_ary_heap< XCoordinateRef, boost::heap::arity< 2 >, boost::heap::mutable_< true >, boost::heap::compare< std::greater< XCoordinateRef > > > | XCoordinateRefMinHeap |
|
Definition at line 28 of file CurveDataCircularBuffer.h.
◆ CoordinateMaxHeap
◆ CoordinateMinHeap
◆ Points
◆ XCoordinateRefMinHeap
◆ CurveDataCircularBuffer()
rqt_multiplot::CurveDataCircularBuffer::CurveDataCircularBuffer |
( |
size_t |
capacity = 0 | ) |
|
◆ ~CurveDataCircularBuffer()
rqt_multiplot::CurveDataCircularBuffer::~CurveDataCircularBuffer |
( |
| ) |
|
◆ appendPoint()
void rqt_multiplot::CurveDataCircularBuffer::appendPoint |
( |
const QPointF & |
point | ) |
|
|
virtual |
◆ clearPoints()
void rqt_multiplot::CurveDataCircularBuffer::clearPoints |
( |
| ) |
|
|
virtual |
◆ getBounds()
◆ getCapacity()
size_t rqt_multiplot::CurveDataCircularBuffer::getCapacity |
( |
| ) |
const |
◆ getNumPoints()
size_t rqt_multiplot::CurveDataCircularBuffer::getNumPoints |
( |
| ) |
const |
|
virtual |
◆ getPoint()
QPointF rqt_multiplot::CurveDataCircularBuffer::getPoint |
( |
size_t |
index | ) |
const |
|
virtual |
◆ getPointsInDistance()
QVector< size_t > rqt_multiplot::CurveDataCircularBuffer::getPointsInDistance |
( |
double |
x, |
|
|
double |
maxDistance |
|
) |
| const |
|
virtual |
◆ points_
Points rqt_multiplot::CurveDataCircularBuffer::points_ |
|
private |
◆ xMax_
◆ xMin_
◆ yMax_
◆ yMin_
The documentation for this class was generated from the following files: