|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
| Key (BaseShape, float=0.0f, float=0.0f, float=0.0f) | |
| bool | operator== (Key const &) const |
Public Attributes | |
| BaseShape | id |
| float | p1 |
| float | p2 |
| float | p3 |
Definition at line 52 of file geometry_inc.h.
| RealSpace::GeometricID::Key::Key | ( | BaseShape | id_, |
| float | p1_ = 0.0f, |
||
| float | p2_ = 0.0f, |
||
| float | p3_ = 0.0f |
||
| ) |
Definition at line 27 of file geometry_inc.cpp.
| bool RealSpace::GeometricID::Key::operator== | ( | Key const & | other | ) | const |
| BaseShape RealSpace::GeometricID::Key::id |
Definition at line 57 of file geometry_inc.h.
Referenced by RealSpace::Geometry::Geometry(), and operator==().
| float RealSpace::GeometricID::Key::p1 |
Definition at line 58 of file geometry_inc.h.
Referenced by RealSpace::Geometry::Geometry(), and operator==().
| float RealSpace::GeometricID::Key::p2 |
Definition at line 58 of file geometry_inc.h.
Referenced by RealSpace::Geometry::Geometry(), and operator==().
| float RealSpace::GeometricID::Key::p3 |
Definition at line 58 of file geometry_inc.h.
Referenced by RealSpace::Geometry::Geometry().