iCub-main
Public Member Functions | Public Attributes | List of all members
QCPCurveData Class Reference

Holds the data of one single data point for QCPCurve. More...

#include <qcustomplot.h>

Public Member Functions

 QCPCurveData ()
 Constructs a curve data point with t, key and value set to zero. More...
 
 QCPCurveData (double t, double key, double value)
 Constructs a curve data point with the specified t, key and value. More...
 

Public Attributes

double t
 
double key
 
double value
 

Detailed Description

Holds the data of one single data point for QCPCurve.

The container for storing multiple data points is QCPCurveDataMap.

The stored data is:

See also
QCPCurveDataMap

Definition at line 2614 of file qcustomplot.h.

Constructor & Destructor Documentation

◆ QCPCurveData() [1/2]

QCPCurveData::QCPCurveData ( )

Constructs a curve data point with t, key and value set to zero.

Definition at line 16711 of file qcustomplot.cpp.

◆ QCPCurveData() [2/2]

QCPCurveData::QCPCurveData ( double  t,
double  key,
double  value 
)

Constructs a curve data point with the specified t, key and value.

Definition at line 16721 of file qcustomplot.cpp.

Member Data Documentation

◆ key

double QCPCurveData::key

Definition at line 2619 of file qcustomplot.h.

◆ t

double QCPCurveData::t

Definition at line 2619 of file qcustomplot.h.

◆ value

double QCPCurveData::value

Definition at line 2619 of file qcustomplot.h.


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