Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
QCPBarData Class Reference

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

#include <qcustomplot.h>

Collaboration diagram for QCPBarData:
Collaboration graph

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 container for storing multiple data points is QCPBarDataMap.

The stored data is:

  • key: coordinate on the key axis of this bar
  • value: height coordinate on the value axis of this bar
See also
QCPBarDataaMap

Definition at line 2802 of file qcustomplot.h.

Constructor & Destructor Documentation

QCPBarData::QCPBarData ( )

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

Definition at line 18362 of file qcustomplot.cpp.

QCPBarData::QCPBarData ( double  key,
double  value 
)

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

Definition at line 18371 of file qcustomplot.cpp.

Member Data Documentation

double QCPBarData::key

Definition at line 2807 of file qcustomplot.h.

double QCPBarData::value

Definition at line 2807 of file qcustomplot.h.


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