.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
QCPlot::QCPCurveData Class Reference

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

Public Member Functions

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

Public Attributes

double t
 
double key
 
double value
 

Detailed Description

Holds the data of one single data point for QCPCurve.

The stored data is:

See Also
QCPCurveDataMap

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