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

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

#include <qcustomplot.h>

Collaboration diagram for QCPData:
Collaboration graph

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

The stored data is:

  • key: coordinate on the key axis of this data point
  • value: coordinate on the value axis of this data point
  • keyErrorMinus: negative error in the key dimension (for error bars)
  • keyErrorPlus: positive error in the key dimension (for error bars)
  • valueErrorMinus: negative error in the value dimension (for error bars)
  • valueErrorPlus: positive error in the value dimension (for error bars)
See also
QCPDataMap

Definition at line 2467 of file qcustomplot.h.

Constructor & Destructor Documentation

QCPData::QCPData ( )

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

Definition at line 14389 of file qcustomplot.cpp.

QCPData::QCPData ( double  key,
double  value 
)

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

Definition at line 14402 of file qcustomplot.cpp.

Member Data Documentation

double QCPData::key

Definition at line 2472 of file qcustomplot.h.

double QCPData::keyErrorMinus

Definition at line 2473 of file qcustomplot.h.

double QCPData::keyErrorPlus

Definition at line 2473 of file qcustomplot.h.

double QCPData::value

Definition at line 2472 of file qcustomplot.h.

double QCPData::valueErrorMinus

Definition at line 2474 of file qcustomplot.h.

double QCPData::valueErrorPlus

Definition at line 2474 of file qcustomplot.h.


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