BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Predefined Fourier transformed distributions for functional tests.
Definition at line 29 of file Profile2DComponents.h.
Public Member Functions | |
Profile2DComponents () | |
const IProfile2D * | getItem (const std::string &key) const |
std::vector< std::string > | keys () const |
size_t | size () const |
Protected Member Functions | |
void | add (const std::string &key, IProfile2D *item) |
Private Attributes | |
std::map< std::string, std::unique_ptr< IProfile2D > > | m_data |
Profile2DComponents::Profile2DComponents | ( | ) |
Definition at line 18 of file Profile2DComponents.cpp.
References IRegistry< IProfile2D >::add().
|
inlineprotectedinherited |
Definition at line 53 of file IRegistry.h.
|
inlineinherited |
Definition at line 35 of file IRegistry.h.
|
inlineinherited |
Definition at line 42 of file IRegistry.h.
|
inlineinherited |
Definition at line 50 of file IRegistry.h.
|
privateinherited |
Definition at line 60 of file IRegistry.h.