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
QCPCurveData Class Reference

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

#include <plot2d.h>

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 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.

Member Data Documentation

double QCPCurveData::key
double QCPCurveData::t
double QCPCurveData::value

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