BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ParaCrystalBuilder.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file Sample/StandardSamples/ParaCrystalBuilder.h
6 //! @brief Defines classes of ParaCrystalBuilder family.
7 //!
8 //! @homepage http://www.bornagainproject.org
9 //! @license GNU General Public License v3 or higher (see COPYING)
10 //! @copyright Forschungszentrum Jülich GmbH 2018
11 //! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12 //
13 // ************************************************************************************************
14 
15 #ifdef SWIG
16 #error no need to expose this header to Swig
17 #endif
18 
19 #ifndef USER_API
20 #ifndef BORNAGAIN_SAMPLE_STANDARDSAMPLES_PARACRYSTALBUILDER_H
21 #define BORNAGAIN_SAMPLE_STANDARDSAMPLES_PARACRYSTALBUILDER_H
22 
23 class MultiLayer;
24 
25 #include <memory>
26 
27 class IProfile2D;
29 
30 //! @ingroup standard_samples
31 //! Builds sample: cylinders with 1DDL structure factor (IsGISAXS example #4).
32 
33 namespace ExemplarySamples {
34 
36 
37 } // namespace ExemplarySamples
38 
39 //! Builds sample: basic two-dimensional paracrystal with various probability
40 //! distribution functions (PDF's). They are initialized via component service.
41 //! @ingroup standard_samples
42 
43 namespace ExemplarySamples {
44 
46 
47 } // namespace ExemplarySamples
48 
49 //! Builds sample: cylinders with 2DDL structure factor (IsGISAXS example #4).
50 //! @ingroup standard_samples
51 
52 namespace ExemplarySamples {
53 
55 
56 } // namespace ExemplarySamples
57 
58 //! @ingroup standard_samples
59 //! Builds sample: 2D paracrystal lattice (IsGISAXS example #8).
60 
61 namespace ExemplarySamples {
62 
64 
65 } // namespace ExemplarySamples
66 
67 #endif // BORNAGAIN_SAMPLE_STANDARDSAMPLES_PARACRYSTALBUILDER_H
68 #endif // USER_API
Interface for two-dimensional distributions in Fourier space.
Definition: Profiles2D.h:29
Our sample model: a stack of layers one below the other.
Definition: MultiLayer.h:43
Predefined Fourier transformed distributions for functional tests.
Two boxes in particle composition rotated in X by 90 degrees.
MultiLayer * createBasic2DParaCrystalWithFTDis(const IProfile2D *pdf2)
MultiLayer * createHexParaCrystal()
MultiLayer * createRectParaCrystal()
MultiLayer * createRadialParaCrystal()