BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
Bin1DKVector () | |
Bin1DKVector (const kvector_t lower, const kvector_t upper) | |
Bin1DKVector (double wavelength, const Bin1D &alpha_bin, const Bin1D &phi_bin) | |
kvector_t | getMidPoint () const |
kvector_t | getDelta () const |
Public Attributes | |
kvector_t | m_q_lower |
kvector_t | m_q_upper |
creation on Bin1DKVector from alpha and phi bins
Definition at line 30 of file Bin.cpp.
References Bin1D::m_lower, m_q_lower, m_q_upper, Bin1D::m_upper, vecOfLambdaAlphaPhi(), and anonymous_namespace{SlicedCylindersBuilder.cpp}::wavelength().
|
inline |
|
inline |
kvector_t Bin1DKVector::m_q_lower |
lower bound of the bin
Definition at line 45 of file Bin.h.
Referenced by Bin1DKVector(), getDelta(), and getMidPoint().
kvector_t Bin1DKVector::m_q_upper |
upper bound of the bin
Definition at line 46 of file Bin.h.
Referenced by Bin1DKVector(), getDelta(), and getMidPoint().