| 
    BornAgain
    1.19.79
    
   Simulate and fit neutron and x-ray scattering at grazing incidence 
   | 
 
Real shapes will be parameterized by BaseShape enum and possibly two floats.
Definition at line 51 of file geometry_inc.h.
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 | 
| GUI::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 GUI::RealSpace::GeometricID::Key::operator== | ( | Key const & | other | ) | const | 
Definition at line 35 of file geometry_inc.cpp.
References other.
| BaseShape GUI::RealSpace::GeometricID::Key::id | 
Definition at line 56 of file geometry_inc.h.
Referenced by GUI::RealSpace::Geometry::Geometry().
| float GUI::RealSpace::GeometricID::Key::p1 | 
Definition at line 57 of file geometry_inc.h.
Referenced by GUI::RealSpace::Geometry::Geometry().
| float GUI::RealSpace::GeometricID::Key::p2 | 
Definition at line 57 of file geometry_inc.h.
Referenced by GUI::RealSpace::Geometry::Geometry().
| float GUI::RealSpace::GeometricID::Key::p3 | 
Definition at line 57 of file geometry_inc.h.
Referenced by GUI::RealSpace::Geometry::Geometry().