SENSEI
A frame work for generic in situ analytics
sensei::Histogram::Data Struct Reference

the computed histogram may be accessed through the following data structure. More...

#include <Histogram.h>

Collaboration diagram for sensei::Histogram::Data:
[legend]

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...
 

Detailed Description

the computed histogram may be accessed through the following data structure.

Member Data Documentation

◆ BinMax

double sensei::Histogram::Data::BinMax

The right most bin edge.

◆ BinMin

double sensei::Histogram::Data::BinMin

The left most bin edge.

◆ BinWidth

double sensei::Histogram::Data::BinWidth

The width of the equally spaced bins.

◆ Histogram

std::vector<unsigned int> sensei::Histogram::Data::Histogram

The counts of each bin.

◆ NumberOfBins

int sensei::Histogram::Data::NumberOfBins

The number of bins in the histogram.


The documentation for this struct was generated from the following file: