Aquila  2.0 prealpha
Cognitive Robotics Architecture
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QCPData Class Reference

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

#include <plot2d.h>

Public Member Functions

 QCPData ()
 
 QCPData (double key, double value)
 

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

QCPData::QCPData ( )

Constructs a data point with key, value and all errors set to zero.

QCPData::QCPData ( double  key,
double  value 
)

Constructs a data point with the specified key and value. All errors are set to zero.

Member Data Documentation

double QCPData::key
double QCPData::keyErrorMinus
double QCPData::keyErrorPlus
double QCPData::value
double QCPData::valueErrorMinus
double QCPData::valueErrorPlus

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