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