BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
FeNiBilayerBuilder.h
Go to the documentation of this file.
1 // ************************************************************************** //
2 //
3 // BornAgain: simulate and fit scattering at grazing incidence
4 //
5 //! @file Sample/StandardSamples/FeNiBilayerBuilder.h
6 //! @brief Defines various sample builder classes to
7 //! test polarized specular computations
8 //!
9 //! @homepage http://www.bornagainproject.org
10 //! @license GNU General Public License v3 or higher (see COPYING)
11 //! @copyright Forschungszentrum Jülich GmbH 2020
12 //! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
13 //
14 // ************************************************************************** //
15 
16 #ifndef BORNAGAIN_CORE_STANDARDSAMPLES_FENIBILAYERBUILDER_H
17 #define BORNAGAIN_CORE_STANDARDSAMPLES_FENIBILAYERBUILDER_H
18 
20 
22 {
23 public:
24  MultiLayer* buildSample() const;
25 };
26 
28 {
29 public:
30  MultiLayer* buildSample() const;
31 };
32 
34 {
35 public:
36  MultiLayer* buildSample() const;
37 };
38 
40 {
41 public:
42  MultiLayer* buildSample() const;
43 };
44 
46 {
47 public:
48  MultiLayer* buildSample() const;
49 };
50 
52 {
53 public:
54  MultiLayer* buildSample() const;
55 };
56 
57 #endif // BORNAGAIN_CORE_STANDARDSAMPLES_FENIBILAYERBUILDER_H
Defines pure virtual base class ISampleBuilder.
MultiLayer * buildSample() const
MultiLayer * buildSample() const
MultiLayer * buildSample() const
MultiLayer * buildSample() const
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