|
LARS
LARS (Light Augmented Reality System) is an open-source framework for light-based interaction and real-time tracking in multi-robot experiments. Inspired by ARK, LARS extends the augmented reality paradigm to robotic collectives by projecting dynamic visual cues and environments onto the arena, enabling new experimental possibilities for collective robotics research, education, and outreach. LARS features integrated tracking, light projection, and modular experiment control with a user-friendly Qt GUI.
|
This is the complete list of members for QCPCurve, including all inherited members.
| addData(const QVector< double > &t, const QVector< double > &keys, const QVector< double > &values, bool alreadySorted=false) | QCPCurve | |
| addData(const QVector< double > &keys, const QVector< double > &values) | QCPCurve | |
| addData(double t, double key, double value) | QCPCurve | |
| addData(double key, double value) | QCPCurve | |
| addToLegend(QCPLegend *legend) | QCPAbstractPlottable | |
| addToLegend() | QCPAbstractPlottable | |
| antialiased() const (defined in QCPLayerable) | QCPLayerable | inline |
| antialiasedFill() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| antialiasedScatters() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| applyAntialiasingHint(QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const (defined in QCPLayerable) | QCPLayerable | protected |
| applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protectedvirtual |
| applyFillAntialiasingHint(QCPPainter *painter) const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| applyScattersAntialiasingHint(QCPPainter *painter) const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| brush() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| clipRect() const Q_DECL_OVERRIDE (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protectedvirtual |
| coordsToPixels(double key, double value, double &x, double &y) const | QCPAbstractPlottable | |
| coordsToPixels(double key, double value) const | QCPAbstractPlottable | |
| data() const | QCPCurve | inline |
| dataCount() const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| dataMainKey(int index) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| dataMainValue(int index) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| dataPixelPosition(int index) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| dataSortKey(int index) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| dataValueRange(int index) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protectedvirtual |
| draw(QCPPainter *painter) Q_DECL_OVERRIDE (defined in QCPCurve) | QCPCurve | protectedvirtual |
| drawCurveLine(QCPPainter *painter, const QVector< QPointF > &lines) const (defined in QCPCurve) | QCPCurve | protectedvirtual |
| drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE (defined in QCPCurve) | QCPCurve | protectedvirtual |
| drawPolyline(QCPPainter *painter, const QVector< QPointF > &lineData) const | QCPAbstractPlottable1D< QCPCurveData > | protected |
| drawScatterPlot(QCPPainter *painter, const QVector< QPointF > &points, const QCPScatterStyle &style) const (defined in QCPCurve) | QCPCurve | protectedvirtual |
| findBegin(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| findEnd(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| getCurveLines(QVector< QPointF > *lines, const QCPDataRange &dataRange, double penWidth) const (defined in QCPCurve) | QCPCurve | protected |
| getDataSegments(QList< QCPDataRange > &selectedSegments, QList< QCPDataRange > &unselectedSegments) const | QCPAbstractPlottable1D< QCPCurveData > | protected |
| getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE | QCPCurve | virtual |
| getOptimizedCornerPoints(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const (defined in QCPCurve) | QCPCurve | protected |
| getOptimizedPoint(int otherRegion, double otherKey, double otherValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const (defined in QCPCurve) | QCPCurve | protected |
| getRegion(double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const (defined in QCPCurve) | QCPCurve | protected |
| getScatters(QVector< QPointF > *scatters, const QCPDataRange &dataRange, double scatterWidth) const (defined in QCPCurve) | QCPCurve | protected |
| getTraverse(double prevKey, double prevValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin, QPointF &crossA, QPointF &crossB) const (defined in QCPCurve) | QCPCurve | protected |
| getTraverseCornerPoints(int prevRegion, int currentRegion, double keyMin, double valueMax, double keyMax, double valueMin, QVector< QPointF > &beforeTraverse, QVector< QPointF > &afterTraverse) const (defined in QCPCurve) | QCPCurve | protected |
| getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE | QCPCurve | virtual |
| initializeParentPlot(QCustomPlot *parentPlot) (defined in QCPLayerable) | QCPLayerable | protected |
| interface1D() Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | inlinevirtual |
| keyAxis() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| layer() const (defined in QCPLayerable) | QCPLayerable | inline |
| layerChanged(QCPLayer *newLayer) | QCPLayerable | signal |
| LineStyle enum name | QCPCurve | |
| lineStyle() const (defined in QCPCurve) | QCPCurve | inline |
| lsLine enum value | QCPCurve | |
| lsNone enum value | QCPCurve | |
| mAntialiased (defined in QCPLayerable) | QCPLayerable | protected |
| mAntialiasedFill (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mAntialiasedScatters (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mayTraverse(int prevRegion, int currentRegion) const (defined in QCPCurve) | QCPCurve | protected |
| mBrush (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mKeyAxis (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mLayer (defined in QCPLayerable) | QCPLayerable | protected |
| mLineStyle (defined in QCPCurve) | QCPCurve | protected |
| mName (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) | QCPLayerable | protectedvirtual |
| mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) | QCPLayerable | protectedvirtual |
| mousePressEvent(QMouseEvent *event, const QVariant &details) | QCPLayerable | protectedvirtual |
| mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) | QCPLayerable | protectedvirtual |
| moveToLayer(QCPLayer *layer, bool prepend) (defined in QCPLayerable) | QCPLayerable | protected |
| mParentLayerable (defined in QCPLayerable) | QCPLayerable | protected |
| mParentPlot (defined in QCPLayerable) | QCPLayerable | protected |
| mPen (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mScatterSkip (defined in QCPCurve) | QCPCurve | protected |
| mScatterStyle (defined in QCPCurve) | QCPCurve | protected |
| mSelectable (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mSelection (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mSelectionDecorator (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mValueAxis (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protected |
| mVisible (defined in QCPLayerable) | QCPLayerable | protected |
| name() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| parentLayerable() const | QCPLayerable | inline |
| parentPlot() const (defined in QCPLayerable) | QCPLayerable | inline |
| parentPlotInitialized(QCustomPlot *parentPlot) (defined in QCPLayerable) | QCPLayerable | protectedvirtual |
| pen() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| pixelsToCoords(double x, double y, double &key, double &value) const | QCPAbstractPlottable | |
| pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const | QCPAbstractPlottable | |
| pointDistance(const QPointF &pixelPoint, QCPCurveDataContainer::const_iterator &closestData) const (defined in QCPCurve) | QCPCurve | protected |
| QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPAbstractPlottable | |
| QCPAbstractPlottable1D(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPAbstractPlottable1D< QCPCurveData > | |
| QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPCurve | explicit |
| QCPLayerable(QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=nullptr) | QCPLayerable | |
| QCPLegend (defined in QCPCurve) | QCPCurve | friend |
| QCustomPlot (defined in QCPCurve) | QCPCurve | friend |
| realVisibility() const | QCPLayerable | |
| removeFromLegend(QCPLegend *legend) const | QCPAbstractPlottable | |
| removeFromLegend() const | QCPAbstractPlottable | |
| rescaleAxes(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
| rescaleKeyAxis(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
| rescaleValueAxis(bool onlyEnlarge=false, bool inKeyRange=false) const | QCPAbstractPlottable | |
| scatterSkip() const (defined in QCPCurve) | QCPCurve | inline |
| scatterStyle() const (defined in QCPCurve) | QCPCurve | inline |
| selectable() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| selectableChanged(QCP::SelectionType selectable) | QCPAbstractPlottable | signal |
| selected() const | QCPAbstractPlottable | inline |
| selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protectedvirtual |
| selection() const | QCPAbstractPlottable | inline |
| selectionCategory() const Q_DECL_OVERRIDE (defined in QCPAbstractPlottable) | QCPAbstractPlottable | protectedvirtual |
| selectionChanged(bool selected) | QCPAbstractPlottable | signal |
| selectionChanged(const QCPDataSelection &selection) | QCPAbstractPlottable | signal |
| selectionDecorator() const | QCPAbstractPlottable | inline |
| selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE | QCPCurve | virtual |
| selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| setAntialiased(bool enabled) | QCPLayerable | |
| setAntialiasedFill(bool enabled) | QCPAbstractPlottable | |
| setAntialiasedScatters(bool enabled) | QCPAbstractPlottable | |
| setBrush(const QBrush &brush) | QCPAbstractPlottable | |
| setData(QSharedPointer< QCPCurveDataContainer > data) | QCPCurve | |
| setData(const QVector< double > &t, const QVector< double > &keys, const QVector< double > &values, bool alreadySorted=false) | QCPCurve | |
| setData(const QVector< double > &keys, const QVector< double > &values) | QCPCurve | |
| setKeyAxis(QCPAxis *axis) | QCPAbstractPlottable | |
| setLayer(QCPLayer *layer) | QCPLayerable | |
| setLayer(const QString &layerName) | QCPLayerable | |
| setLineStyle(LineStyle style) | QCPCurve | |
| setName(const QString &name) | QCPAbstractPlottable | |
| setParentLayerable(QCPLayerable *parentLayerable) (defined in QCPLayerable) | QCPLayerable | protected |
| setPen(const QPen &pen) | QCPAbstractPlottable | |
| setScatterSkip(int skip) | QCPCurve | |
| setScatterStyle(const QCPScatterStyle &style) | QCPCurve | |
| setSelectable(QCP::SelectionType selectable) | QCPAbstractPlottable | |
| setSelection(QCPDataSelection selection) | QCPAbstractPlottable | |
| setSelectionDecorator(QCPSelectionDecorator *decorator) | QCPAbstractPlottable | |
| setValueAxis(QCPAxis *axis) | QCPAbstractPlottable | |
| setVisible(bool on) | QCPLayerable | |
| sortKeyIsMainKey() const Q_DECL_OVERRIDE | QCPAbstractPlottable1D< QCPCurveData > | virtual |
| valueAxis() const (defined in QCPAbstractPlottable) | QCPAbstractPlottable | inline |
| visible() const (defined in QCPLayerable) | QCPLayerable | inline |
| wheelEvent(QWheelEvent *event) | QCPLayerable | protectedvirtual |
| ~QCPAbstractPlottable() Q_DECL_OVERRIDE (defined in QCPAbstractPlottable) | QCPAbstractPlottable | virtual |
| ~QCPCurve() Q_DECL_OVERRIDE (defined in QCPCurve) | QCPCurve | virtual |
| ~QCPLayerable() (defined in QCPLayerable) | QCPLayerable | virtual |
| ~QCPPlottableInterface1D()=default (defined in QCPPlottableInterface1D) | QCPPlottableInterface1D | virtual |