BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
This is the complete list of members for RealLimits, including all inherited members.
hasLowerAndUpperLimits() const | RealLimits | |
hasLowerLimit() const | RealLimits | |
hasUpperLimit() const | RealLimits | |
isInRange(double value) const | RealLimits | |
isLimited() const (defined in RealLimits) | RealLimits | |
isLimitless() const (defined in RealLimits) | RealLimits | |
isLowerLimited() const (defined in RealLimits) | RealLimits | |
isNonnegative() const (defined in RealLimits) | RealLimits | |
isPositive() const (defined in RealLimits) | RealLimits | |
isUpperLimited() const (defined in RealLimits) | RealLimits | |
limited(double left_bound_value, double right_bound_value) | RealLimits | static |
limitless() | RealLimits | static |
lowerLimit() const | RealLimits | |
lowerLimited(double bound_value) | RealLimits | static |
m_has_lower_limit (defined in RealLimits) | RealLimits | protected |
m_has_upper_limit | RealLimits | protected |
m_lower_limit | RealLimits | protected |
m_upper_limit | RealLimits | protected |
nonnegative() | RealLimits | static |
operator!=(const RealLimits &other) const (defined in RealLimits) | RealLimits | |
operator<<(std::ostream &ostr, const RealLimits &m) | RealLimits | friend |
operator==(const RealLimits &other) const (defined in RealLimits) | RealLimits | |
positive() | RealLimits | static |
RealLimits() (defined in RealLimits) | RealLimits | |
RealLimits(bool has_lower_limit, bool has_upper_limit, double lower_limit, double upper_limit) (defined in RealLimits) | RealLimits | protected |
removeLimits() | RealLimits | |
removeLowerLimit() | RealLimits | |
removeUpperLimit() | RealLimits | |
setLimits(double xmin, double xmax) | RealLimits | |
setLowerLimit(double value) | RealLimits | |
setUpperLimit(double value) | RealLimits | |
toString() const (defined in RealLimits) | RealLimits | |
upperLimit() const | RealLimits | |
upperLimited(double bound_value) | RealLimits | static |