BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
This is the complete list of members for Rectangle, including all inherited members.
clone() const override | Rectangle | inlinevirtual |
contains(double x, double y) const override | Rectangle | virtual |
contains(const Bin1D &binx, const Bin1D &biny) const override | Rectangle | virtual |
getArea() const | Rectangle | |
getXlow() const | Rectangle | inline |
getXup() const | Rectangle | inline |
getYlow() const | Rectangle | inline |
getYup() const | Rectangle | inline |
ICloneable()=default | ICloneable | |
ICloneable(const ICloneable &)=delete | ICloneable | |
ICloneable(ICloneable &&)=default | ICloneable | |
IShape2D(const char *name) | IShape2D | inline |
m_inverted | Rectangle | private |
m_name | IShape2D | private |
m_xlow | Rectangle | private |
m_xup | Rectangle | private |
m_ylow | Rectangle | private |
m_yup | Rectangle | private |
print(std::ostream &ostr) const | IShape2D | inlineprotectedvirtual |
Rectangle(double xlow, double ylow, double xup, double yup, bool inverted=false) | Rectangle | |
setInverted(bool inverted=true) | Rectangle | |
transferToCPP() | ICloneable | inlinevirtual |
~ICloneable()=default | ICloneable | virtual |
~IShape2D() override=default | IShape2D |