Public Member Functions | Private Attributes | List of all members
rqt_multiplot::CurveDataListTimeFrame Class Reference

#include <CurveDataListTimeFrame.h>

Inheritance diagram for rqt_multiplot::CurveDataListTimeFrame:
Inheritance graph
[legend]

Public Member Functions

void appendPoint (const QPointF &point)
 
void clearPoints ()
 
 CurveDataListTimeFrame (double length=10.0)
 
BoundingRectangle getBounds () const
 
size_t getNumPoints () const
 
QPointF getPoint (size_t index) const
 
 ~CurveDataListTimeFrame ()
 
- 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
 
virtual QVector< size_t > getPointsInDistance (double x, double maxDistance) 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 Attributes

BoundingRectangle bounds_
 
QList< QPointF > points_
 
double timeFrameLength_
 

Detailed Description

Definition at line 27 of file CurveDataListTimeFrame.h.

Constructor & Destructor Documentation

rqt_multiplot::CurveDataListTimeFrame::CurveDataListTimeFrame ( double  length = 10.0)

Definition at line 27 of file CurveDataListTimeFrame.cpp.

rqt_multiplot::CurveDataListTimeFrame::~CurveDataListTimeFrame ( )

Definition at line 31 of file CurveDataListTimeFrame.cpp.

Member Function Documentation

void rqt_multiplot::CurveDataListTimeFrame::appendPoint ( const QPointF &  point)
virtual

Implements rqt_multiplot::CurveData.

Definition at line 54 of file CurveDataListTimeFrame.cpp.

void rqt_multiplot::CurveDataListTimeFrame::clearPoints ( )
virtual

Implements rqt_multiplot::CurveData.

Definition at line 89 of file CurveDataListTimeFrame.cpp.

BoundingRectangle rqt_multiplot::CurveDataListTimeFrame::getBounds ( ) const
virtual

Implements rqt_multiplot::CurveData.

Definition at line 46 of file CurveDataListTimeFrame.cpp.

size_t rqt_multiplot::CurveDataListTimeFrame::getNumPoints ( ) const
virtual

Implements rqt_multiplot::CurveData.

Definition at line 38 of file CurveDataListTimeFrame.cpp.

QPointF rqt_multiplot::CurveDataListTimeFrame::getPoint ( size_t  index) const
virtual

Implements rqt_multiplot::CurveData.

Definition at line 42 of file CurveDataListTimeFrame.cpp.

Member Data Documentation

BoundingRectangle rqt_multiplot::CurveDataListTimeFrame::bounds_
private

Definition at line 43 of file CurveDataListTimeFrame.h.

QList<QPointF> rqt_multiplot::CurveDataListTimeFrame::points_
private

Definition at line 42 of file CurveDataListTimeFrame.h.

double rqt_multiplot::CurveDataListTimeFrame::timeFrameLength_
private

Definition at line 41 of file CurveDataListTimeFrame.h.


The documentation for this class was generated from the following files:


rqt_multiplot
Author(s): Ralf Kaestner
autogenerated on Wed Jul 10 2019 03:49:44