Main Page · Class Overview · Hierarchy · All Classes · Special Pages
Public Functions | Public Members
QCPCurveData Class Reference

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

Public Functions

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

Public Members

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

Constructor & Destructor Documentation

QCPCurveData::QCPCurveData ( )

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

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

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


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