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

Holds the data of one single data point (one bar) for QCPBars. More...

#include <plot2d.h>

Public Member Functions

 QCPBarData ()
 
 QCPBarData (double key, double value)
 

Public Attributes

double key
 
double value
 

Detailed Description

Holds the data of one single data point (one bar) for QCPBars.

The stored data is:

See Also
QCPBarDataaMap

Constructor & Destructor Documentation

QCPBarData::QCPBarData ( )

Constructs a bar data point with key and value set to zero.

QCPBarData::QCPBarData ( double  key,
double  value 
)

Constructs a bar data point with the specified key and value.

Member Data Documentation

double QCPBarData::key
double QCPBarData::value

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