BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
Bin1D () | |
Bin1D (double lower, double upper) | |
double | binSize () const |
double | center () const |
Public Attributes | |
double | m_lower |
lower bound of the bin More... | |
double | m_upper |
upper bound of the bin More... | |
|
inline |
|
inline |
Definition at line 26 of file Bin.h.
References m_lower, and m_upper.
Referenced by BinContains(), DataUtils::coordinateFromBinf(), DataUtils::coordinateToBinf(), RectangularDetector::createPixel(), and HistoUtils::FindPeaks().
|
inline |
Definition at line 25 of file Bin.h.
References m_lower, and m_upper.
Referenced by VariableBinAxis::binCenter(), FixedBinAxis::binCenters(), VariableBinAxis::binCenters(), Ellipse::contains(), Polygon::contains(), Rectangle::contains(), FixedBinAxis::createClippedAxis(), VariableBinAxis::createClippedAxis(), ConstKBinAxis::createClippedAxis(), HistoUtils::FindPeaks(), and VariableBinAxis::operator[]().
double Bin1D::m_lower |
lower bound of the bin
Definition at line 23 of file Bin.h.
Referenced by Bin1DCVector::Bin1DCVector(), Bin1DKVector::Bin1DKVector(), FixedBinAxis::binBoundaries(), BinContains(), binSize(), center(), RegionOfInterest::clipAxisToRoi(), Line::contains(), VerticalLine::contains(), HorizontalLine::contains(), DataUtils::coordinateFromBinf(), DataUtils::coordinateToBinf(), and RectangularDetector::createPixel().
double Bin1D::m_upper |
upper bound of the bin
Definition at line 24 of file Bin.h.
Referenced by Bin1DCVector::Bin1DCVector(), Bin1DKVector::Bin1DKVector(), FixedBinAxis::binBoundaries(), binSize(), center(), RegionOfInterest::clipAxisToRoi(), Line::contains(), VerticalLine::contains(), HorizontalLine::contains(), and DataUtils::coordinateFromBinf().