BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
DiffuseElement.h File Reference

Description

Defines class DiffuseElement.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file DiffuseElement.h.

Include dependency graph for DiffuseElement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DiffuseElement
 Data stucture containing both input and output of a single detector cell. More...
 

Macros

#define BORNAGAIN_RESAMPLE_ELEMENT_DIFFUSEELEMENT_H
 

Typedefs

using Fluxes = std::vector< std::unique_ptr< const IFlux > >
 

Macro Definition Documentation

◆ BORNAGAIN_RESAMPLE_ELEMENT_DIFFUSEELEMENT_H

#define BORNAGAIN_RESAMPLE_ELEMENT_DIFFUSEELEMENT_H

Definition at line 21 of file DiffuseElement.h.

Typedef Documentation

◆ Fluxes

using Fluxes = std::vector<std::unique_ptr<const IFlux> >

Definition at line 32 of file DiffuseElement.h.