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 Polygon, including all inherited members.
clone() const override | Polygon | inlinevirtual |
contains(double x, double y) const override | Polygon | virtual |
contains(const Bin1D &binx, const Bin1D &biny) const override | Polygon | virtual |
getArea() const | Polygon | |
getPoints(std::vector< double > &xpos, std::vector< double > &ypos) const | Polygon | |
ICloneable()=default | ICloneable | |
ICloneable(const ICloneable &)=delete | ICloneable | |
ICloneable(ICloneable &&)=default | ICloneable | |
IShape2D(const char *name) | IShape2D | inline |
m_d | Polygon | private |
m_name | IShape2D | private |
Polygon(std::vector< double > x, std::vector< double > y) | Polygon | |
Polygon(std::vector< std::pair< double, double >> points) | Polygon | |
Polygon(const PolygonPrivate *d) | Polygon | |
print(std::ostream &ostr) const override | Polygon | protectedvirtual |
transferToCPP() | ICloneable | inlinevirtual |
~ICloneable()=default | ICloneable | virtual |
~IShape2D() override=default | IShape2D | |
~Polygon() override | Polygon |