BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
TwoDimLatticeBuilder.h
Go to the documentation of this file.
1 // ************************************************************************** //
2 //
3 // BornAgain: simulate and fit scattering at grazing incidence
4 //
5 //! @file Sample/StandardSamples/TwoDimLatticeBuilder.h
6 //! @brief Defines class IsGISAXS06Builder.
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 #ifndef BORNAGAIN_CORE_STANDARDSAMPLES_TWODIMLATTICEBUILDER_H
16 #define BORNAGAIN_CORE_STANDARDSAMPLES_TWODIMLATTICEBUILDER_H
17 
19 
20 //! Builds sample: 2D lattice with arbitrary angle and different lattice length_1 and length_2.
21 //! @ingroup standard_samples
22 
24 {
25 public:
27  MultiLayer* buildSample() const;
28 };
29 
30 //! Builds sample: 2D lattice with different disorder (IsGISAXS example #6).
31 //! @ingroup standard_samples
32 
34 {
35 public:
37  MultiLayer* buildSample() const;
38 };
39 
40 //! Builds sample: 2D lattice with different disorder (IsGISAXS example #6).
41 //! @ingroup standard_samples
42 
44 {
45 public:
46  MultiLayer* buildSample() const;
47 };
48 
49 //! Builds sample: 2D lattice with different disorder (IsGISAXS example #6).
50 //! @ingroup standard_samples
51 
53 {
54 public:
55  MultiLayer* buildSample() const;
56 };
57 
58 //! Builds sample: 2D finite lattice with thermal disorder.
59 //! @ingroup standard_samples
60 
62 {
63 public:
64  MultiLayer* buildSample() const;
65 };
66 
67 //! Builds sample: 2D finite lattice of 2D finite lattices (superlattice).
68 //! @ingroup standard_samples
69 
71 {
72 public:
73  MultiLayer* buildSample() const;
74 };
75 
76 #endif // BORNAGAIN_CORE_STANDARDSAMPLES_TWODIMLATTICEBUILDER_H
Defines pure virtual base class ISampleBuilder.
Builds sample: 2D lattice with arbitrary angle and different lattice length_1 and length_2.
MultiLayer * buildSample() const
Builds sample: 2D lattice with different disorder (IsGISAXS example #6).
Builds sample: 2D finite lattice with thermal disorder.
Interface to the class capable to build samples to simulate.
Our sample model: a stack of layers one below the other.
Definition: MultiLayer.h:42
Builds sample: 2D lattice with different disorder (IsGISAXS example #6).
Builds sample: 2D lattice with different disorder (IsGISAXS example #6).
MultiLayer * buildSample() const
Builds sample: 2D finite lattice of 2D finite lattices (superlattice).
MultiLayer * buildSample() const