BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
layer.h
Go to the documentation of this file.
1
// ************************************************************************************************
2
//
3
// BornAgain: simulate and fit reflection and scattering
4
//
5
//! @file GUI/ba3d/model/layer.h
6
//! @brief Defines Layer class
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_BA3D_MODEL_LAYER_H
16
#define BORNAGAIN_GUI_BA3D_MODEL_LAYER_H
17
18
#include "
GUI/ba3d/model/object.h
"
19
20
namespace
RealSpace
{
21
22
// particle layer: a transparent box
23
class
Layer
:
public
Object
{
24
public
:
25
Layer
(
VectorRange
);
26
};
27
}
// namespace RealSpace
28
#endif
// BORNAGAIN_GUI_BA3D_MODEL_LAYER_H
RealSpace::Layer
Definition:
layer.h:23
RealSpace::Layer::Layer
Layer(VectorRange)
Definition:
layer.cpp:19
RealSpace::Object
Definition:
object.h:27
RealSpace
Definition:
def.cpp:20
object.h
Defines Object class.
RealSpace::VectorRange
Definition:
def.h:75
GUI
ba3d
model
layer.h
Generated by
1.9.1