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

Description

Defines class reSample.

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 ReSample.h.

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

Go to the source code of this file.

Classes

class  reSample
 Data structure that contains all the necessary data for scattering calculations. More...
 

Macros

#define BORNAGAIN_RESAMPLE_PROCESSED_RESAMPLE_H
 

Typedefs

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

Macro Definition Documentation

◆ BORNAGAIN_RESAMPLE_PROCESSED_RESAMPLE_H

#define BORNAGAIN_RESAMPLE_PROCESSED_RESAMPLE_H

Definition at line 21 of file ReSample.h.

Typedef Documentation

◆ Fluxes

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

Definition at line 34 of file ReSample.h.