AddDataPoint(int valueToAdd, int bandNr=0) | stira::histogram::HistogramMaster< int > | |
AddOneToBin(int bandNr, int binNr) | stira::histogram::HistogramMaster< int > | protected |
AddOneToBin(int binNr) | stira::histogram::HistogramMaster< int > | protected |
AddOneToBinSafe(int bandNr, int binNr) | stira::histogram::HistogramMaster< int > | protected |
AddOneToBinSafe(int binNr) | stira::histogram::HistogramMaster< int > | protected |
Clone() | stira::histogram::IntHistogram | |
ConvertInCumulativeHistogram() | stira::histogram::IntHistogram | |
CreateInitializedDataStructure() | stira::histogram::HistogramMaster< int > | protected |
DetermineBounds(int bandNr=0) | stira::histogram::IntHistogram | |
GetBinSize() const | stira::histogram::HistogramMaster< int > | |
GetBinValue(int bandNr, int binNr) const | stira::histogram::HistogramMaster< int > | |
GetBinValueSafe(int bandNr, int binNr) const | stira::histogram::HistogramMaster< int > | |
GetDataMaximum() const | stira::histogram::HistogramMaster< int > | |
GetDataMinimum() const | stira::histogram::HistogramMaster< int > | |
GetLowerBound(int bandNr=0) | stira::histogram::IntHistogram | |
GetLowerFraction() | stira::histogram::IntHistogram | |
GetNrOfBands() const | stira::histogram::HistogramMaster< int > | |
GetNrOfBins() const | stira::histogram::HistogramMaster< int > | |
GetNrOfCounts() const | stira::histogram::HistogramMaster< int > | |
GetQuantile(int bandNr, double probability) | stira::histogram::IntHistogram | |
GetUpperBound(int bandNr=0) | stira::histogram::IntHistogram | |
GetUpperFraction() | stira::histogram::IntHistogram | |
HistogramMaster() | stira::histogram::HistogramMaster< int > | protected |
HistogramMaster(const HistogramMaster &pHistogram) | stira::histogram::HistogramMaster< int > | protected |
Initialize(intbinSize, int nrOfBands, intminValue, intmaxValue) | stira::histogram::HistogramMaster< int > | protected |
IntHistogram(Image *pImage, bool useDataMinMax, double lowerFraction=0.01, double upperFraction=0.99, int binsize=1, ArrayGrid< bool > *pMaskGrid=0) | stira::histogram::IntHistogram | |
IntHistogram(Image *pImage, bool useDataMinMax, common::RectangularROI< int > rroi, double lowerFraction=0.01, double upperFraction=0.99, int binsize=1) | stira::histogram::IntHistogram | |
IntHistogram(ArrayGrid< double > *pGrid, bool useDataMinMax, double lowerFraction=0.01, double upperFraction=0.99, int binsize=1, ArrayGrid< bool > *pMaskGrid=0) | stira::histogram::IntHistogram | |
IntHistogram(ArrayGrid< double > *pGrid, bool useDataMinMax, common::RectangularROI< int > rroi, double lowerFraction=0.01, double upperFraction=0.99, int binsize=1) | stira::histogram::IntHistogram | |
IntHistogram(double binSize, int nrOfBands, int minValue, int maxValue, double lowerFraction=0.01, double upperFraction=0.99) | stira::histogram::IntHistogram | |
IntHistogram(const IntHistogram &pHistogram) | stira::histogram::IntHistogram | inline |
mBinSize | stira::histogram::HistogramMaster< int > | protected |
mMax | stira::histogram::HistogramMaster< int > | protected |
mMin | stira::histogram::HistogramMaster< int > | protected |
mNrOfBands | stira::histogram::HistogramMaster< int > | protected |
mNrOfBins | stira::histogram::HistogramMaster< int > | protected |
mNrOfCounts | stira::histogram::HistogramMaster< int > | protected |
mpHistogram | stira::histogram::HistogramMaster< int > | protected |
SetBinsToZero() | stira::histogram::HistogramMaster< int > | |
SetBinValue(int bandNr, int binNr, intvalue) | stira::histogram::HistogramMaster< int > | |
SetBinValueSafe(int bandNr, int binNr, intvalue) | stira::histogram::HistogramMaster< int > | protected |
SetLowerFraction(double myFraction) | stira::histogram::IntHistogram | |
SetUpperFraction(double myFraction) | stira::histogram::IntHistogram | |
UpdateHistogram(IntHistogram *pIntHistogram, double alpha) (defined in stira::histogram::IntHistogram) | stira::histogram::IntHistogram | |
Write(std::string fileName) | stira::histogram::IntHistogram | virtual |
~HistogramMaster() | stira::histogram::HistogramMaster< int > | protectedvirtual |
~IntHistogram() | stira::histogram::IntHistogram | virtual |