BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Functions | |
OneSidedLimit | MinLimit (const OneSidedLimit &left, const OneSidedLimit &right) |
OneSidedLimit | MaxLimit (const OneSidedLimit &left, const OneSidedLimit &right) |
bool | operator== (const OneSidedLimit &left, const OneSidedLimit &right) |
bool | operator!= (const OneSidedLimit &left, const OneSidedLimit &right) |
std::ostream & | operator<< (std::ostream &ostr, const OneSidedLimit &limit) |
ZLimits | ConvexHull (const ZLimits &left, const ZLimits &right) |
bool | operator== (const ZLimits &left, const ZLimits &right) |
bool | operator!= (const ZLimits &left, const ZLimits &right) |
std::ostream & | operator<< (std::ostream &ostr, const ZLimits &limits) |
Defines class ZLimits.
Definition in file ZLimits.cpp.
OneSidedLimit MinLimit | ( | const OneSidedLimit & | left, |
const OneSidedLimit & | right | ||
) |
Definition at line 49 of file ZLimits.cpp.
References OneSidedLimit::m_limitless, and OneSidedLimit::m_value.
Referenced by ConvexHull().
OneSidedLimit MaxLimit | ( | const OneSidedLimit & | left, |
const OneSidedLimit & | right | ||
) |
Definition at line 56 of file ZLimits.cpp.
References OneSidedLimit::m_limitless, and OneSidedLimit::m_value.
Referenced by ConvexHull().
bool operator== | ( | const OneSidedLimit & | left, |
const OneSidedLimit & | right | ||
) |
Definition at line 63 of file ZLimits.cpp.
References OneSidedLimit::m_limitless, and OneSidedLimit::m_value.
bool operator!= | ( | const OneSidedLimit & | left, |
const OneSidedLimit & | right | ||
) |
Definition at line 72 of file ZLimits.cpp.
std::ostream& operator<< | ( | std::ostream & | ostr, |
const OneSidedLimit & | limit | ||
) |
Definition at line 77 of file ZLimits.cpp.
References OneSidedLimit::m_limitless, and OneSidedLimit::m_value.
Definition at line 82 of file ZLimits.cpp.
References ZLimits::lowerLimit(), MaxLimit(), MinLimit(), and ZLimits::upperLimit().
Referenced by anonymous_namespace{LayerFillLimits.cpp}::CalculateNewLayerLimits().
Definition at line 88 of file ZLimits.cpp.
References ZLimits::lowerLimit(), and ZLimits::upperLimit().
Definition at line 93 of file ZLimits.cpp.
std::ostream& operator<< | ( | std::ostream & | ostr, |
const ZLimits & | limits | ||
) |
Definition at line 98 of file ZLimits.cpp.
References ZLimits::lowerLimit(), and ZLimits::upperLimit().