Vespucci  1.0.0
QCPCurveData Class Reference

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

#include <qcustomplot.h>

Public Member Functions

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

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:

  • t: the free parameter of the curve at this curve point (cp. the mathematical vector (x(t), y(t)))
  • key: coordinate on the key axis of this curve point
  • value: coordinate on the value axis of this curve point
See also
QCPCurveDataMap

Definition at line 2688 of file qcustomplot.h.

Constructor & Destructor Documentation

QCPCurveData::QCPCurveData ( )

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

Definition at line 17234 of file qcustomplot.cpp.

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

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

Definition at line 17244 of file qcustomplot.cpp.

Member Data Documentation

double QCPCurveData::key

Definition at line 2693 of file qcustomplot.h.

double QCPCurveData::t

Definition at line 2693 of file qcustomplot.h.

double QCPCurveData::value

Definition at line 2693 of file qcustomplot.h.


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