BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Struct that contains information on a sliced particle. This information is needed for evaluating the sliced form factor and the average of a material, used in the Fresnel calculations.
Definition at line 33 of file ParticleInSlice.h.
Public Attributes | |
Admixtures | admixtures |
std::unique_ptr< IReParticle > | particleSlice |
Admixtures ParticleInSlice::admixtures |
Definition at line 35 of file ParticleInSlice.h.
Referenced by Compute::Slicing::createParticleInSlice().
std::unique_ptr<IReParticle> ParticleInSlice::particleSlice |
Definition at line 34 of file ParticleInSlice.h.
Referenced by Compute::Slicing::createParticleInSlice(), and Compute::Slicing::zSpan().