![]() |
SENSEI
A frame work for generic in situ analytics
|
the computed histogram may be accessed through the following data structure. More...
#include <Histogram.h>
Public Attributes | |
| int | NumberOfBins |
| The number of bins in the histogram. More... | |
| double | BinMin |
| The left most bin edge. More... | |
| double | BinMax |
| The right most bin edge. More... | |
| double | BinWidth |
| The width of the equally spaced bins. More... | |
| std::vector< unsigned int > | Histogram |
| The counts of each bin. More... | |
the computed histogram may be accessed through the following data structure.
| double sensei::Histogram::Data::BinMax |
The right most bin edge.
| double sensei::Histogram::Data::BinMin |
The left most bin edge.
| double sensei::Histogram::Data::BinWidth |
The width of the equally spaced bins.
| std::vector<unsigned int> sensei::Histogram::Data::Histogram |
The counts of each bin.
| int sensei::Histogram::Data::NumberOfBins |
The number of bins in the histogram.