My Project
Public Member Functions | Public Attributes | List of all members
QCPCurveData Class Reference

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

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:

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: