HistoPlotRecord Class Reference

[libkorigin Index] [libkorigin Heirarchy]


One Histogram Data Set More...

#include </home/mh/korigin/korigin/doc/tmp/histo.h>

Public Members


Detailed Description

One Histogram Data Set.

Every data set of the histogram has a set of properties, as defined in this class. (Actually, this class is more similar to a struct, but since it is local to HistoPlot, I didnīt care to write 2n functions value() and setValue().)


HistoPlotRecord(int bins)

Constructor. Allocates given number of bins.

~HistoPlotRecord()

Destructor. Frees bins.

QColor color

Color of the data set.

Column data

The data to be plotted.

bool re_bin

Has the data set to be binned?

int* bin

The bins.


  • Author: Patrick Schemitz
  • Documentation generated by mh@jeff_clever on Thu Feb 5 14:15:25 MET 1998
Kdoc