AddDataPoint(int valueToAdd, int bandNr=0) | stira::histogram::HistogramMaster< T > | inline |
AddOneToBin(int bandNr, int binNr) | stira::histogram::HistogramMaster< T > | inlineprotected |
AddOneToBin(int binNr) | stira::histogram::HistogramMaster< T > | inlineprotected |
AddOneToBinSafe(int bandNr, int binNr) | stira::histogram::HistogramMaster< T > | inlineprotected |
AddOneToBinSafe(int binNr) | stira::histogram::HistogramMaster< T > | inlineprotected |
CreateInitializedDataStructure() | stira::histogram::HistogramMaster< T > | protected |
GetBinSize() const | stira::histogram::HistogramMaster< T > | inline |
GetBinValue(int bandNr, int binNr) const | stira::histogram::HistogramMaster< T > | inline |
GetBinValueSafe(int bandNr, int binNr) const | stira::histogram::HistogramMaster< T > | inline |
GetDataMaximum() const | stira::histogram::HistogramMaster< T > | inline |
GetDataMinimum() const | stira::histogram::HistogramMaster< T > | inline |
GetNrOfBands() const | stira::histogram::HistogramMaster< T > | inline |
GetNrOfBins() const | stira::histogram::HistogramMaster< T > | inline |
GetNrOfCounts() const | stira::histogram::HistogramMaster< T > | inline |
HistogramMaster() | stira::histogram::HistogramMaster< T > | protected |
HistogramMaster(const HistogramMaster &pHistogram) | stira::histogram::HistogramMaster< T > | protected |
Initialize(T binSize, int nrOfBands, T minValue, T maxValue) | stira::histogram::HistogramMaster< T > | protected |
mBinSize | stira::histogram::HistogramMaster< T > | protected |
mMax | stira::histogram::HistogramMaster< T > | protected |
mMin | stira::histogram::HistogramMaster< T > | protected |
mNrOfBands | stira::histogram::HistogramMaster< T > | protected |
mNrOfBins | stira::histogram::HistogramMaster< T > | protected |
mNrOfCounts | stira::histogram::HistogramMaster< T > | protected |
mpHistogram | stira::histogram::HistogramMaster< T > | protected |
SetBinsToZero() | stira::histogram::HistogramMaster< T > | |
SetBinValue(int bandNr, int binNr, T value) | stira::histogram::HistogramMaster< T > | inline |
SetBinValueSafe(int bandNr, int binNr, T value) | stira::histogram::HistogramMaster< T > | inlineprotected |
Write(std::string fileName)=0 | stira::histogram::HistogramMaster< T > | pure virtual |
~HistogramMaster() | stira::histogram::HistogramMaster< T > | protectedvirtual |