BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Classes | |
struct | Bin1D |
struct | Bin1DKVector |
class | Bin1DCVector |
Functions | |
bool | BinContains (const Bin1D &bin, double value) |
Defines structs Bin1D, Bin1DCVector.
Definition in file Bin.h.
bool BinContains | ( | const Bin1D & | bin, |
double | value | ||
) |
Checks if value is contained in bin: value in [m_lower, m_upper)
Definition at line 17 of file Bin.cpp.
References Bin1D::getBinSize(), and Bin1D::m_lower.