| 
    BornAgain
    1.19.0
    
   Simulate and fit neutron and x-ray scattering at grazing incidence 
   | 
 
Defines structs Bin1D, Bin1DCVector. More...
Go to the source code of this file.
Classes | |
| struct | Bin1D | 
| class | Bin1DCVector | 
| An one-dimensional range of cvector_t's.  More... | |
| struct | Bin1DKVector | 
| An one-dimensional range of kvector_t's.  More... | |
Functions | |
| bool | BinContains (const Bin1D &bin, double value) | 
| Checks if value is contained in bin: value in [m_lower, m_upper)  More... | |
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 18 of file Bin.cpp.
References Bin1D::binSize(), and Bin1D::m_lower.