NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure gathers all necessary parameters for the histograms. More...
Public Attributes | |
Ranges | ranges |
double | binWidth [2] |
int | nBin |
HistBinMethod | nMethod |
std::string | sTable |
std::string | sBinLabel |
std::string | sCountLabel |
std::string | sAxisLabels [3] |
std::string | sSavePath |
This structure gathers all necessary parameters for the histograms.
Definition at line 59 of file plugin_histogram.cpp.
double HistogramParameters::binWidth[2] |
Definition at line 63 of file plugin_histogram.cpp.
Referenced by calculateHist1dData(), createHist1D(), createHist2D(), createOutputForHist1D(), createOutputForHist2D(), createPlotsForHist2D(), plugin_histogram(), and prepareTicksForHist1d().
int HistogramParameters::nBin |
Definition at line 64 of file plugin_histogram.cpp.
Referenced by calculateHist1dData(), calculateXYHist(), createHist1D(), createHist2D(), createOutputForHist2D(), createPlotForHist1D(), plugin_histogram(), and prepareTicksForHist1d().
HistBinMethod HistogramParameters::nMethod |
Definition at line 65 of file plugin_histogram.cpp.
Referenced by createHist1D(), createHist2D(), and plugin_histogram().
Ranges HistogramParameters::ranges |
Definition at line 61 of file plugin_histogram.cpp.
Referenced by calculateDataForCenterPlot(), calculateHist1dData(), calculateXYHist(), createHist1D(), createHist2D(), createOutputForHist1D(), createOutputForHist2D(), createPlotForHist1D(), createPlotsForHist2D(), plugin_histogram(), and prepareTicksForHist1d().
std::string HistogramParameters::sAxisLabels[3] |
Definition at line 69 of file plugin_histogram.cpp.
Referenced by createPlotsForHist2D(), and plugin_histogram().
std::string HistogramParameters::sBinLabel |
Definition at line 67 of file plugin_histogram.cpp.
Referenced by createOutputForHist1D(), createPlotForHist1D(), and plugin_histogram().
std::string HistogramParameters::sCountLabel |
Definition at line 68 of file plugin_histogram.cpp.
Referenced by createOutputForHist1D(), createPlotForHist1D(), createPlotsForHist2D(), and plugin_histogram().
std::string HistogramParameters::sSavePath |
Definition at line 70 of file plugin_histogram.cpp.
Referenced by createOutputForHist1D(), createOutputForHist2D(), and plugin_histogram().
std::string HistogramParameters::sTable |
Definition at line 66 of file plugin_histogram.cpp.
Referenced by calculateDataForCenterPlot(), calculateHist1dData(), calculateXYHist(), createHist1D(), createHist2D(), createOutputForHist1D(), createOutputForHist2D(), and plugin_histogram().