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

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

Public Member Functions

 QCPData ()
 Constructs a data point with key, value and all errors set to zero.
 
 QCPData (double key, double value)
 Constructs a data point with the specified key and value. More...
 

Public Attributes

double key
 
double value
 
double keyErrorPlus
 
double keyErrorMinus
 
double valueErrorPlus
 
double valueErrorMinus
 

Detailed Description

Holds the data of one single data point for QCPGraph.

The stored data is:

See Also
QCPDataMap

Constructor & Destructor Documentation

QCPlot::QCPData::QCPData ( double  key,
double  value 
)

Constructs a data point with the specified key and value.

All errors are set to zero.


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