|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Pure virtual base class for different shapes. More...
Inheritance diagram for IShape:Public Member Functions | |
| virtual std::vector< kvector_t > | vertices () const |
| Retrieves a list of the vertices constituting this concrete shape. | |
Static Public Attributes | |
| static const size_t | N_Circle = 24 |
Protected Attributes | |
| std::vector< kvector_t > | m_vertices |
| List of vertices initialized during construction. | |
Pure virtual base class for different shapes.
In contrast to the form factors, these shapes only provide an intereface for returning a set of vertices.