15 #ifndef BORNAGAIN_CORE_COMPUTATION_PROFILEHELPER_H
16 #define BORNAGAIN_CORE_COMPUTATION_PROFILEHELPER_H
37 std::vector<complex_t> calculateProfile(
const std::vector<double>& z_values)
const;
38 std::pair<double, double> defaultLimits()
const;
41 std::vector<complex_t> m_materialdata;
42 std::vector<double> m_zlimits;
43 std::vector<double> m_sigmas;
Defines and implements class Material.
Data structure that contains all the necessary data for scattering calculations.
Object that can generate the material profile of a sample as a function of depth.