BornAgain
1.19.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 () | |
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 More... | |
cvector_t | center () const |
cvector_t | span () const |
Public Attributes | |
cvector_t | m_q_lower |
lower bound of the bin More... | |
cvector_t | m_q_upper |
upper bound of the bin More... | |
creation on Bin1DCVector from alpha and phi bins
Definition at line 39 of file Bin.cpp.
References BasicVector3D< T >::complex(), Bin1D::m_lower, m_q_lower, m_q_upper, Bin1D::m_upper, and vecOfLambdaAlphaPhi().
|
inline |
|
inline |
cvector_t Bin1DCVector::m_q_lower |
lower bound of the bin
Definition at line 59 of file Bin.h.
Referenced by Bin1DCVector(), center(), and span().
cvector_t Bin1DCVector::m_q_upper |
upper bound of the bin
Definition at line 60 of file Bin.h.
Referenced by Bin1DCVector(), center(), and span().