BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Defines class ZLimits.
Definition in file ZLimits.h.
Go to the source code of this file.
Classes | |
class | ZLimits |
An interval. Limits are of type double, and may be infinite. Used for the z-coordinate, especially when slicing form factors. More... | |
Macros | |
#define | BORNAGAIN_RESAMPLE_SLICE_ZLIMITS_H |
Functions | |
bool | operator!= (const ZLimits &left, const ZLimits &right) |
std::ostream & | operator<< (std::ostream &ostr, const ZLimits &limits) |
bool | operator== (const ZLimits &left, const ZLimits &right) |
Definition at line 47 of file ZLimits.cpp.
std::ostream& operator<< | ( | std::ostream & | ostr, |
const ZLimits & | limits | ||
) |
Definition at line 52 of file ZLimits.cpp.
References ZLimits::zBottom(), and ZLimits::zTop().
Definition at line 42 of file ZLimits.cpp.
References ZLimits::zBottom(), and ZLimits::zTop().