#include <gpiv.h>
Data Fields | |
int | nbins |
int | nbins_logic |
int * | count |
float * | bound |
float * | centre |
float | min |
float | max |
number of bins in histogram, to be read as a parameter
check if nbins parameter has been read
int* __GpivBinData::count |
value containing number of occurences at bin#
float* __GpivBinData::bound |
lower boundary of bin#
float* __GpivBinData::centre |
centre point of bin#
float __GpivBinData::min |
minimum value of input data
float __GpivBinData::max |
maximum value of input data