BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
Admixtures Class Reference

Description

The list of material admixtures to a slice.

Needed for calculating the average of a material, which is needed in the Fresnel calculation.

Definition at line 39 of file Admixtures.h.

Inheritance diagram for Admixtures:
[legend]
Collaboration diagram for Admixtures:
[legend]

Public Member Functions

 Admixtures ()=default
 
 Admixtures (const std::vector< OneAdmixture > &_super)
 

Public Attributes

elements
 STL member. More...
 

Constructor & Destructor Documentation

◆ Admixtures() [1/2]

Admixtures::Admixtures ( )
default

◆ Admixtures() [2/2]

Admixtures::Admixtures ( const std::vector< OneAdmixture > &  _super)
inline

Definition at line 42 of file Admixtures.h.

43  : std::vector<OneAdmixture>(_super)
44  {
45  }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following file: