BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
RealLimits Member List

This is the complete list of members for RealLimits, including all inherited members.

check(const std::string &name, double value) constRealLimits
hasLowerAndUpperLimits() constRealLimits
hasLowerLimit() constRealLimits
hasUpperLimit() constRealLimits
isInRange(double value) constRealLimits
isLimited() constRealLimits
isLimitless() constRealLimits
isLowerLimited() constRealLimits
isNonnegative() constRealLimits
isPositive() constRealLimits
isUpperLimited() constRealLimits
limited(double left_bound_value, double right_bound_value)RealLimitsstatic
limitless()RealLimitsstatic
lowerLimit() constRealLimits
lowerLimited(double bound_value)RealLimitsstatic
m_has_lower_limitRealLimitsprotected
m_has_upper_limitRealLimitsprotected
m_lower_limitRealLimitsprotected
m_upper_limitRealLimitsprotected
nonnegative()RealLimitsstatic
operator!=(const RealLimits &other) constRealLimits
operator<<(std::ostream &ostr, const RealLimits &m)RealLimitsfriend
operator==(const RealLimits &other) constRealLimits
positive()RealLimitsstatic
RealLimits()RealLimits
RealLimits(bool has_lower_limit, bool has_upper_limit, double lower_limit, double upper_limit)RealLimitsprotected
removeLimits()RealLimits
removeLowerLimit()RealLimits
removeUpperLimit()RealLimits
scaledLimits(double factor) constRealLimits
setLimits(double xmin, double xmax)RealLimits
setLowerLimit(double value)RealLimits
setUpperLimit(double value)RealLimits
toString() constRealLimits
upperLimit() constRealLimits
upperLimited(double bound_value)RealLimitsstatic