BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
This is the complete list of members for IHistogram, including all inherited members.
addBinContent(size_t i, double value) | IHistogram | |
array(DataType dataType=DataType::INTEGRAL) const | IHistogram | |
AVERAGE enum value (defined in IHistogram) | IHistogram | |
check_x_axis() const (defined in IHistogram) | IHistogram | protected |
check_y_axis() const (defined in IHistogram) | IHistogram | protected |
clone() const =0 (defined in IHistogram) | IHistogram | pure virtual |
copyContentFrom(const IHistogram &other) | IHistogram | protected |
createFrom(const std::string &filename) | IHistogram | static |
createFrom(const std::vector< std::vector< double >> &data) | IHistogram | static |
createHistogram(const OutputData< double > &source) (defined in IHistogram) | IHistogram | static |
createOutputData(DataType dataType=DataType::INTEGRAL) const | IHistogram | |
DataType enum name (defined in IHistogram) | IHistogram | |
findGlobalBin(double x, double y) const | IHistogram | |
getArray(DataType dataType=DataType::INTEGRAL) const | IHistogram | |
getBinAverage(size_t i) const | IHistogram | |
getBinAverage(size_t binx, size_t biny) const | IHistogram | |
getBinContent(size_t i) const | IHistogram | |
getBinContent(size_t binx, size_t biny) const | IHistogram | |
getBinData(size_t i, DataType dataType) const | IHistogram | protected |
getBinError(size_t i) const | IHistogram | |
getBinError(size_t binx, size_t biny) const | IHistogram | |
getBinNumberOfEntries(size_t i) const | IHistogram | |
getBinNumberOfEntries(size_t binx, size_t biny) const | IHistogram | |
getData() const (defined in IHistogram) | IHistogram | inline |
getData() (defined in IHistogram) | IHistogram | inline |
getDataVector(DataType dataType) const | IHistogram | protected |
getGlobalBin(size_t binx, size_t biny=0) const | IHistogram | |
getMaximum() const | IHistogram | |
getMaximumBinIndex() const | IHistogram | |
getMinimum() const | IHistogram | |
getMinimumBinIndex() const | IHistogram | |
getNbinsX() const | IHistogram | |
getNbinsY() const | IHistogram | |
getRank() const =0 | IHistogram | pure virtual |
getTotalNumberOfBins() const | IHistogram | |
getXaxis() const | IHistogram | |
getXaxisIndex(size_t i) const | IHistogram | |
getXaxisValue(size_t i) | IHistogram | |
getXmax() const | IHistogram | |
getXmin() const | IHistogram | |
getYaxis() const | IHistogram | |
getYaxisIndex(size_t i) const | IHistogram | |
getYaxisValue(size_t i) | IHistogram | |
getYmax() const | IHistogram | |
getYmin() const | IHistogram | |
hasSameDimensions(const IHistogram &other) const | IHistogram | |
hasSameShape(const IHistogram &other) const | IHistogram | |
IHistogram() (defined in IHistogram) | IHistogram | |
IHistogram(const IHistogram &other) (defined in IHistogram) | IHistogram | |
IHistogram(const IAxis &axis_x) (defined in IHistogram) | IHistogram | |
IHistogram(const IAxis &axis_x, const IAxis &axis_y) (defined in IHistogram) | IHistogram | |
init_from_data(const OutputData< double > &source) (defined in IHistogram) | IHistogram | protected |
integral() const | IHistogram | |
INTEGRAL enum value (defined in IHistogram) | IHistogram | |
load(const std::string &filename) | IHistogram | |
m_data (defined in IHistogram) | IHistogram | protected |
NENTRIES enum value (defined in IHistogram) | IHistogram | |
operator+=(const IHistogram &right) | IHistogram | |
relativeDifferenceHistogram(const IHistogram &rhs) | IHistogram | |
reset() | IHistogram | |
save(const std::string &filename) | IHistogram | |
scale(double value) | IHistogram | |
setBinContent(size_t i, double value) | IHistogram | |
STANDARD_ERROR enum value (defined in IHistogram) | IHistogram | |
~IHistogram() (defined in IHistogram) | IHistogram | inlinevirtual |