BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
All Classes Namespaces Functions Variables Typedefs Friends Modules Pages
Histogram2D Member List

This is the complete list of members for Histogram2D, including all inherited members.

addContent(const std::vector< std::vector< double >> &data)Histogram2D
clone() constHistogram2D
create_projectionX(int ybinlow, int ybinup)Histogram2Dprotected
create_projectionY(int xbinlow, int xbinup)Histogram2Dprotected
crop(double xmin, double ymin, double xmax, double ymax)Histogram2D
fill(double x, double y, double weight=1.0)Histogram2D
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
initFromShape(const T &data) (defined in Histogram2D)Histogram2Dprotected
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() constHistogram2D
setContent(const std::vector< std::vector< double >> &data)Histogram2D