|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
An one-dimensional range of cvector_t's. More...
Public Member Functions | |
| Bin1DCVector (cvector_t lower, cvector_t upper) | |
| Bin1DCVector (double wavelength, const Bin1D &alpha_bin, const Bin1D &phi_bin) | |
| creation on Bin1DCVector from alpha and phi bins | |
| cvector_t | getMidPoint () const |
| cvector_t | getDelta () const |
Public Attributes | |
| cvector_t | m_q_lower |
| lower bound of the bin | |
| cvector_t | m_q_upper |
| upper bound of the bin | |