BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Public Member Functions | |
Bin1D ()=default | |
Bin1D (double lower, double upper) | |
double | binSize () const |
double | center () const |
Public Attributes | |
double | m_lower {0} |
lower bound of the bin More... | |
double | m_upper {0} |
upper bound of the bin More... | |
|
default |
|
inline |
Definition at line 31 of file Bin.h.
References m_lower, and m_upper.
Referenced by FramUtil::coordinateFromBinf(), FramUtil::coordinateToBinf(), RectangularDetector::createPixel(), and DataUtils::Data::FindPeaks().
|
inline |
Definition at line 30 of file Bin.h.
References m_lower, and m_upper.
Referenced by VariableBinAxis::binCenter(), FixedBinAxis::binCenters(), VariableBinAxis::binCenters(), ConstKBinAxis::clip(), FixedBinAxis::clip(), VariableBinAxis::clip(), Ellipse::contains(), Polygon::contains(), Rectangle::contains(), DataUtils::Data::FindPeaks(), and VariableBinAxis::operator[]().
double Bin1D::m_lower {0} |
lower bound of the bin
Definition at line 28 of file Bin.h.
Referenced by FixedBinAxis::binBoundaries(), binSize(), center(), FixedBinAxis::clip(), Line::contains(), VerticalLine::contains(), HorizontalLine::contains(), FramUtil::coordinateFromBinf(), FramUtil::coordinateToBinf(), and RectangularDetector::createPixel().
double Bin1D::m_upper {0} |
upper bound of the bin
Definition at line 29 of file Bin.h.
Referenced by FixedBinAxis::binBoundaries(), binSize(), center(), FixedBinAxis::clip(), Line::contains(), VerticalLine::contains(), HorizontalLine::contains(), and FramUtil::coordinateFromBinf().