BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
FTDistribution2DComponents () | |
const IFTDistribution2D * | 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, IFTDistribution2D *item) |
Private Attributes | |
std::map< std::string, std::unique_ptr< IFTDistribution2D > > | m_data |
Predefined Fourier transformed distributions for functional tests.
Definition at line 24 of file SampleComponents.h.
FTDistribution2DComponents::FTDistribution2DComponents | ( | ) |
Definition at line 20 of file SampleComponents.cpp.
References IRegistry< IFTDistribution2D >::add().
|
inlineinherited |
Definition at line 31 of file IRegistry.h.
|
inlineinherited |
Definition at line 40 of file IRegistry.h.
|
inlineinherited |
Definition at line 48 of file IRegistry.h.
|
inlineprotectedinherited |
Definition at line 51 of file IRegistry.h.
|
privateinherited |
Definition at line 60 of file IRegistry.h.