BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
RealSpaceMesoCrystalUtils.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.h
6 //! @brief Defines RealSpaceBuilderUtils namespace
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_GUI_COREGUI_VIEWS_REALSPACEWIDGETS_REALSPACEMESOCRYSTALUTILS_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_REALSPACEWIDGETS_REALSPACEMESOCRYSTALUTILS_H
17 
19 #include <QVector3D>
20 
21 class Particle;
22 class MesoCrystal;
23 class MesoCrystalItem;
25 
27 public:
29 
30  RealSpaceMesoCrystal(const MesoCrystalItem* mesoCrystalItem, double total_abundance,
31  const QVector3D& origin);
32 
34 
35 private:
38  QVector3D m_origin;
39 };
40 
41 #endif // BORNAGAIN_GUI_COREGUI_VIEWS_REALSPACEWIDGETS_REALSPACEMESOCRYSTALUTILS_H
Defines IRotation classes.
A particle with an internal structure of smaller particles.
Definition: MesoCrystal.h:25
A particle with a form factor and refractive index.
Definition: Particle.h:24
RealSpaceMesoCrystal(const MesoCrystalItem *mesoCrystalItem, double total_abundance, const QVector3D &origin)
Particle3DContainer populateMesoCrystal()
const MesoCrystalItem * m_mesoCrystalItem