BornAgain  1.19.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 reflection and scattering
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 #ifdef SWIG
17 #error no need to expose this header to Swig
18 #endif
19 
20 #ifndef USER_API
21 #ifndef BORNAGAIN_SAMPLE_STANDARDSAMPLES_FENIBILAYERBUILDER_H
22 #define BORNAGAIN_SAMPLE_STANDARDSAMPLES_FENIBILAYERBUILDER_H
23 
25 
27 public:
28  MultiLayer* buildSample() const;
29 };
30 
32 public:
33  MultiLayer* buildSample() const;
34 };
35 
37 public:
38  MultiLayer* buildSample() const;
39 };
40 
42 public:
43  MultiLayer* buildSample() const;
44 };
45 
47 public:
48  MultiLayer* buildSample() const;
49 };
50 
52 public:
53  MultiLayer* buildSample() const;
54 };
55 
56 #endif // BORNAGAIN_SAMPLE_STANDARDSAMPLES_FENIBILAYERBUILDER_H
57 #endif // USER_API
Defines interface 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:41