#include <PdfPlot.h>
|
virtual void | clear () |
|
| PdfPlotCurve (const QString &name, const QMap< int, Signature > *signaturesMapRef, QObject *parent=0) |
|
void | setData (const QMap< int, float > &dataMap, const QMap< int, int > &weightsMap) |
|
virtual | ~PdfPlotCurve () |
|
const QBrush & | brush () const |
|
void | draw (QPainter *painter, const QRect &limits) |
|
void | getData (QVector< float > &x, QVector< float > &y) const |
|
void | getData (QMap< float, float > &data) const |
|
QPointF | getItemData (int index) |
|
bool | isVisible () const |
|
QColor | itemsColor () const |
|
int | itemsSize () const |
|
QString | name () const |
|
const QPen & | pen () const |
|
void | setBrush (const QBrush &brush) |
|
void | setData (QVector< UPlotItem * > &data) |
|
void | setItemsColor (const QColor &color) |
|
void | setPen (const QPen &pen) |
|
| UPlotCurve (const QString &name, QObject *parent=0) |
|
| UPlotCurve (const QString &name, const QVector< UPlotItem * > data, QObject *parent=0) |
|
| UPlotCurve (const QString &name, const QVector< float > &x, const QVector< float > &y, QObject *parent=0) |
|
virtual | ~UPlotCurve () |
|
|
void | addValue (UPlotItem *data) |
|
void | addValue (float y) |
|
void | addValue (float x, float y) |
|
void | addValue (const QString &y) |
|
void | addValues (QVector< UPlotItem * > &data) |
|
void | addValues (const QVector< float > &xs, const QVector< float > &ys) |
|
void | addValues (const QVector< float > &ys) |
|
void | addValues (const QVector< int > &ys) |
|
void | addValues (const std::vector< float > &ys) |
|
void | addValues (const std::vector< int > &ys) |
|
void | setData (const QVector< float > &x, const QVector< float > &y) |
|
void | setData (const std::vector< float > &x, const std::vector< float > &y) |
|
void | setData (const QVector< float > &y) |
|
void | setData (const std::vector< float > &y) |
|
void | setVisible (bool visible) |
|
void | setXIncrement (float increment) |
|
void | setXStart (float val) |
|
void | dataChanged (const UPlotCurve *) |
|
void | _addValue (UPlotItem *data) |
|
void | attach (UPlot *plot) |
|
void | detach (UPlot *plot) |
|
const QVector< float > & | getMinMax () const |
|
virtual bool | isMinMaxValid () const |
|
int | removeItem (int index) |
|
virtual void | update (float scaleX, float scaleY, float offsetX, float offsetY, float xDir, float yDir, int maxItemsKept) |
|
void | updateMinMax () |
|
QList< QGraphicsItem * > | _items |
|
UPlot * | _plot |
|
Definition at line 62 of file PdfPlot.h.
rtabmap::PdfPlotCurve::PdfPlotCurve |
( |
const QString & |
name, |
|
|
const QMap< int, Signature > * |
signaturesMapRef = 0 , |
|
|
QObject * |
parent = 0 |
|
) |
| |
rtabmap::PdfPlotCurve::~PdfPlotCurve |
( |
| ) |
|
|
virtual |
void rtabmap::PdfPlotCurve::clear |
( |
| ) |
|
|
virtual |
void rtabmap::PdfPlotCurve::setData |
( |
const QMap< int, float > & |
dataMap, |
|
|
const QMap< int, int > & |
weightsMap |
|
) |
| |
const QMap<int, Signature>* rtabmap::PdfPlotCurve::_signaturesMapRef |
|
private |
The documentation for this class was generated from the following files: