BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines class ZLimits. More...
Go to the source code of this file.
Classes | |
struct | OneSidedLimit |
Helper class that represents a onesided limit. More... | |
struct | ParticleLimits |
Vertical extension of a particle, specified by bottom and top z coordinate. More... | |
class | ZLimits |
Class that contains upper and lower limits of the z-coordinate for the slicing of form factors. More... | |
Macros | |
#define | BORNAGAIN_SAMPLE_SCATTERING_ZLIMITS_H |
Functions | |
ZLimits | ConvexHull (const ZLimits &left, const ZLimits &right) |
OneSidedLimit | MaxLimit (const OneSidedLimit &left, const OneSidedLimit &right) |
OneSidedLimit | MinLimit (const OneSidedLimit &left, const OneSidedLimit &right) |
bool | operator!= (const OneSidedLimit &left, const OneSidedLimit &right) |
bool | operator!= (const ZLimits &left, const ZLimits &right) |
std::ostream & | operator<< (std::ostream &ostr, const OneSidedLimit &limit) |
std::ostream & | operator<< (std::ostream &ostr, const ZLimits &limits) |
bool | operator== (const OneSidedLimit &left, const OneSidedLimit &right) |
bool | operator== (const ZLimits &left, const ZLimits &right) |
Defines class ZLimits.
Definition in file ZLimits.h.
Definition at line 82 of file ZLimits.cpp.
References ZLimits::lowerLimit(), MaxLimit(), MinLimit(), and ZLimits::upperLimit().
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().
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().
bool operator!= | ( | const OneSidedLimit & | left, |
const OneSidedLimit & | right | ||
) |
Definition at line 72 of file ZLimits.cpp.
Definition at line 93 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.
std::ostream& operator<< | ( | std::ostream & | ostr, |
const ZLimits & | limits | ||
) |
Definition at line 98 of file ZLimits.cpp.
References ZLimits::lowerLimit(), and ZLimits::upperLimit().
bool operator== | ( | const OneSidedLimit & | left, |
const OneSidedLimit & | right | ||
) |
Definition at line 63 of file ZLimits.cpp.
References OneSidedLimit::m_limitless, and OneSidedLimit::m_value.
Definition at line 88 of file ZLimits.cpp.
References ZLimits::lowerLimit(), and ZLimits::upperLimit().