|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
This is the complete list of members for Histogram2D, including all inherited members.
| addBinContent(size_t i, double value) | IHistogram | |
| addContent(const std::vector< std::vector< double >> &data) | Histogram2D | |
| array(DataType dataType=DataType::INTEGRAL) const | IHistogram | |
| AVERAGE enum value | IHistogram | |
| binAverage(size_t i) const | IHistogram | |
| binAverage(size_t binx, size_t biny) const | IHistogram | |
| binContent(size_t i) const | IHistogram | |
| binContent(size_t binx, size_t biny) const | IHistogram | |
| binData(size_t i, DataType dataType) const | IHistogram | protected |
| binError(size_t i) const | IHistogram | |
| binError(size_t binx, size_t biny) const | IHistogram | |
| binNumberOfEntries(size_t i) const | IHistogram | |
| binNumberOfEntries(size_t binx, size_t biny) const | IHistogram | |
| check_x_axis() const | IHistogram | protected |
| check_y_axis() const | IHistogram | protected |
| clone() const | Histogram2D | virtual |
| copyContentFrom(const IHistogram &other) | IHistogram | protected |
| create_projectionX(int ybinlow, int ybinup) | Histogram2D | protected |
| create_projectionY(int xbinlow, int xbinup) | Histogram2D | protected |
| createFrom(const std::string &filename) | IHistogram | static |
| createFrom(const std::vector< std::vector< double >> &data) | IHistogram | static |
| createHistogram(const OutputData< double > &source) | IHistogram | static |
| createOutputData(DataType dataType=DataType::INTEGRAL) const | IHistogram | |
| crop(double xmin, double ymin, double xmax, double ymax) | Histogram2D | |
| DataType enum name | IHistogram | |
| fill(double x, double y, double weight=1.0) | Histogram2D | |
| findGlobalBin(double x, double y) const | IHistogram | |
| getArray(DataType dataType=DataType::INTEGRAL) const | IHistogram | |
| getData() const | IHistogram | |
| getData() | IHistogram | |
| 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 | |
| getTotalNumberOfBins() const | IHistogram | |
| getXmax() const | IHistogram | |
| getXmin() const | IHistogram | |
| getYmax() const | IHistogram | |
| getYmin() const | IHistogram | |
| hasSameDimensions(const IHistogram &other) const | IHistogram | |
| hasSameShape(const IHistogram &other) const | IHistogram | |
| Histogram2D(int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup) | Histogram2D | |
| Histogram2D(int nbinsx, const std::vector< double > &xbins, int nbinsy, const std::vector< double > &ybins) | Histogram2D | |
| Histogram2D(const IAxis &axis_x, const IAxis &axis_y) | Histogram2D | |
| Histogram2D(const OutputData< double > &data) | Histogram2D | |
| Histogram2D(std::vector< std::vector< double >> data) | Histogram2D | |
| IHistogram() | IHistogram | |
| IHistogram(const IHistogram &other) | IHistogram | |
| IHistogram(const IAxis &axis_x) | IHistogram | |
| IHistogram(const IAxis &axis_x, const IAxis &axis_y) | IHistogram | |
| init_from_data(const OutputData< double > &source) | IHistogram | protected |
| initFromShape(const T &data) | Histogram2D | protected |
| INTEGRAL enum value | IHistogram | |
| integral() const | IHistogram | |
| load(const std::string &filename) | IHistogram | |
| m_data | IHistogram | protected |
| NENTRIES enum value | IHistogram | |
| operator+=(const IHistogram &right) | IHistogram | |
| projectionX() | Histogram2D | |
| projectionX(double yvalue) | Histogram2D | |
| projectionX(double ylow, double yup) | Histogram2D | |
| projectionY() | Histogram2D | |
| projectionY(double xvalue) | Histogram2D | |
| projectionY(double xlow, double xup) | Histogram2D | |
| rank() const | Histogram2D | inlinevirtual |
| relativeDifferenceHistogram(const IHistogram &rhs) | IHistogram | |
| reset() | IHistogram | |
| save(const std::string &filename) | IHistogram | |
| scale(double value) | IHistogram | |
| setBinContent(size_t i, double value) | IHistogram | |
| setContent(const std::vector< std::vector< double >> &data) | Histogram2D | |
| STANDARD_ERROR enum value | IHistogram | |
| xAxis() const | IHistogram | |
| xAxisIndex(size_t i) const | IHistogram | |
| xAxisValue(size_t i) | IHistogram | |
| yAxis() const | IHistogram | |
| yAxisIndex(size_t i) const | IHistogram | |
| yAxisValue(size_t i) | IHistogram | |
| ~IHistogram()=default | IHistogram | virtual |