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