Public Member Functions | Private Attributes
rqt_multiplot::CurveDataList Class Reference

#include <CurveDataList.h>

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

List of all members.

Public Member Functions

void appendPoint (const QPointF &point)
void clearPoints ()
 CurveDataList ()
BoundingRectangle getBounds () const
size_t getNumPoints () const
QPointF getPoint (size_t index) const
 ~CurveDataList ()

Private Attributes

BoundingRectangle bounds_
QList< QPointF > points_

Detailed Description

Definition at line 27 of file CurveDataList.h.


Constructor & Destructor Documentation

Definition at line 27 of file CurveDataList.cpp.

Definition at line 30 of file CurveDataList.cpp.


Member Function Documentation

void rqt_multiplot::CurveDataList::appendPoint ( const QPointF &  point) [virtual]

Implements rqt_multiplot::CurveData.

Definition at line 53 of file CurveDataList.cpp.

Implements rqt_multiplot::CurveData.

Definition at line 59 of file CurveDataList.cpp.

Implements rqt_multiplot::CurveData.

Definition at line 45 of file CurveDataList.cpp.

size_t rqt_multiplot::CurveDataList::getNumPoints ( ) const [virtual]

Implements rqt_multiplot::CurveData.

Definition at line 37 of file CurveDataList.cpp.

QPointF rqt_multiplot::CurveDataList::getPoint ( size_t  index) const [virtual]

Implements rqt_multiplot::CurveData.

Definition at line 41 of file CurveDataList.cpp.


Member Data Documentation

Definition at line 42 of file CurveDataList.h.

QList<QPointF> rqt_multiplot::CurveDataList::points_ [private]

Definition at line 41 of file CurveDataList.h.


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


rqt_multiplot
Author(s): Ralf Kaestner
autogenerated on Thu Jun 6 2019 21:49:11