BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
IShape () | |
virtual | ~IShape () |
virtual std::vector< kvector_t > | vertices () const |
Static Public Attributes | |
static const size_t | N_Circle = 24 |
Protected Attributes | |
std::vector< kvector_t > | m_vertices |
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.
|
virtual |
Retrieves a list of the vertices constituting this concrete shape.
Definition at line 23 of file IShape.cpp.
References m_vertices.
|
static |
Definition at line 36 of file IShape.h.
Referenced by EllipseVertices(), RippleCosine::RippleCosine(), and TruncatedEllipsoid::TruncatedEllipsoid().
|
protected |
List of vertices initialized during construction.
Definition at line 40 of file IShape.h.
Referenced by Box::Box(), DoubleEllipse::DoubleEllipse(), RippleCosine::RippleCosine(), RippleSawtooth::RippleSawtooth(), TruncatedEllipsoid::TruncatedEllipsoid(), and vertices().